Get consent categories

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Definition

Authentication

In this API call you can use any of these 2 types of authorization accesses:

Available access typesPermissions needed
Public accessNone
Private accessNone

Read more about:

Path parameters

ParameterTypeDescriptionRequired
projectTokenstringThe ID of your project.required

Headers

ParameterTypeDescriptionRequired
authorizationstringUsed for authentication. Read more in the Authentication section.Required
content-typestringapplication/jsonRequired

Additional response example

{
    "results": [
        {
            "id": "other",
            "legitimate_interest": false,
            "sources": {
                "crm": true,
                "import": true,
                "list_unsubscribe": true,
                "page": true,
                "private_api": true,
                "public_api": false,
                "scenario": true,
                "sms_reply": true
            },
            "translations": {
                "": {
                    "description": null,
                    "name": "Other"
                }
            }
        },
        {
            "id": "newsletter",
            "legitimate_interest": false,
            "sources": {
                "crm": true,
                "import": true,
                "list_unsubscribe": true,
                "page": true,
                "private_api": true,
                "public_api": false,
                "scenario": true,
                "sms_reply": true
            },
            "translations": {
                "": {
                    "description": null,
                    "name": "Newsletter"
                }
            }
        },
        {
            "id": "paying_customer",
            "legitimate_interest": true,
            "sources": {
                "crm": true,
                "import": true,
                "list_unsubscribe": true,
                "page": true,
                "private_api": true,
                "public_api": false,
                "scenario": true,
                "sms_reply": true
            },
            "translations": {
                "": {
                    "description": null,
                    "name": "Soft opt-in"
                }
            }
        }
    ],
    "success": true
}
Path Params
string
required
Defaults to 12345678-1234-1234-1234-123456789abc
Headers
string
required
Defaults to Token <API Token>
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json

© Bloomreach, Inc. All rights reserved.