Get Agreements, Consents and Statements
Purpose:
Legal compliance management through automated agreement presentation, consent collection, and regulatory requirement tracking.
Description:
This system manages all legal agreements, terms of service, privacy policies, and regulatory consents required for different products and jurisdictions. It maintains version control of legal documents, tracks customer consent history, and ensures compliance with evolving regulatory requirements. The system supports multiple languages and regional variations of legal agreements.
Legal Compliance Features
- Multi-jurisdictional legal requirement management
- Automated consent collection and verification
- Customer consent history and audit trails
- Regulatory requirement mapping by product and region
Business Value
Ensures legal compliance across multiple jurisdictions, reduces legal risk exposure, maintains comprehensive audit trails for regulatory inquiries, and automates consent management to improve customer onboarding efficiency.
Endpoint Explanation:
Return set of agreements, consents and statements (required and optional) for a specific program
POST /v4.1/catalog/action
- Request (cURL)
- Request Payload (JSON)
curl -X POST https://api.rc.saas.bolttech.asia/v4.1/catalog/action \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '
{
"configuration": {
"action_id": "get_agreement"
},
"payload": {
"product_code": "string"
}
}
'
{
"configuration": {
"action_id": "get_agreement"
},
"payload": {
"product_code": "string"
}
}