latestOpenAPI 3.0.02026-08-203145159.1 KB

0e40a805593b

auth

Authenticate and obtain a bearer token

Exchange your API key and a userId for a JWT bearer token.

post/v1/auth

Request body

userIdstring required

Identifier of the user the token is issued for. Must be a non-empty string.

Example request

{
  "userId": "thrive:developerPortalTest:1709740800"
}

Response

Authentication successful