Skip to main content
POST
/
api
/
identity
/
partners
Create identity partner
curl --request POST \
  --url https://console.neuronsearchlab.com/api/identity/partners \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "partnerType": "<string>",
  "allowedPurposes": [
    "<string>"
  ]
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
partnerType
string
allowedPurposes
string[]

Response

Created partner

The response is of type object.