Authentication

Request a user token

Request a User Token. This endpoint requires a Partner Token for authentication.

post/v0/token

Request body

userIdstring required

End user id. UUID, numeric or matching ^[a-zA-Z0-9_-]+$

Example request

{
  "userId": "46f69d6a-ccce-4e14-bcf8-b58f5f96d6de"
}

Response

User access token

accessTokenstring required

Changes

No recorded changes to this endpoint across all 5 revisions of this API.