Skip to main content
POST
/
api
/
identity
/
consent
Record consent
curl --request POST \
  --url https://console.neuronsearchlab.com/api/identity/consent \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "identityId": "<string>",
  "consent": {},
  "source": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Platform API key issued from Console > Platform API Keys. Format: nsl__.

Body

application/json
identityId
string
required
source
string

Response

Consent recorded

The response is of type object.