Skip to main content
POST
/
api
/
identity
/
partners
/
{id}
/
mint
Mint NSL ID
curl --request POST \
  --url https://console.neuronsearchlab.com/api/identity/partners/{id}/mint \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "identityId": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
identityId
string
required

Response

Minted NSL ID

The response is of type object.