Skip to main content
POST
/
auth
/
bootstrap-key
Bootstrap Key
curl --request POST \
  --url https://apigcp.trynia.ai/v2/auth/bootstrap-key \
  --header 'Content-Type: application/json' \
  --data '
{
  "bootstrap_token": "<string>"
}
'
{
  "api_key": "<string>",
  "api_key_id": "<string>",
  "user_id": "<string>",
  "organization_id": "<string>"
}

Body

application/json
bootstrap_token
string
required

Token from /v2/auth/signup response

Response

Successful Response

api_key
string
required

Your new nk_ API key — store it securely, it cannot be retrieved again

api_key_id
string
required
user_id
string
required
organization_id
string | null