Skip to main content
POST
/
api
/
identity
/
resolve
Resolve identity
curl --request POST \
  --url https://console.neuronsearchlab.com/api/identity/resolve \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "identifiers": [
    {
      "type": "<string>",
      "value": "<string>",
      "namespace": "<string>",
      "source": "<string>"
    }
  ],
  "consent": {},
  "context": {
    "requestId": "<string>",
    "platform": "<string>",
    "device": "<string>",
    "region": "<string>"
  }
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
identifiers
object[]
required
Minimum array length: 1

Map of consent purpose to granted boolean.

context
object

Response

Resolved identity

The response is of type object.