Intempt
  1. API Reference
Intempt
  • SDK
    • JS SDK
    • Android SDK
  • API Reference
    • Track data
      POST
    • Consent
      POST
    • Choose API
      POST
    • Recommendations Feed API
      POST
  1. API Reference

Consent

POST
/{orgName}/projects/{projectName}/consents/data

Request

Path Params

Query Params

Body Params application/json

Examples

Responses

🟢200OK
application/json
200
Body

🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '//projects//consents/data?apiKey' \
--header 'Content-Type: application/json' \
--data-raw '{
    "action": "accept",
    "timestamp": "string",
    "validUntil": "string",
    "source": "string",
    "category": "string",
    "sourceId": 0,
    "profileId": "string",
    "userId": "string",
    "email": "string",
    "message": "string"
}'
Response Response Example
200 - Example 1
{}
Modified at 2025-11-26 15:54:15
Previous
Track data
Next
Choose API
Built with