Create or get user

Get accessToken of new or existing user

post

Retrieve an accessToken for a Thryve user. Automatically creates a user if partnerUserID is empty or no existing user with specified partnerUserID exists.

Header parameters
AuthorizationstringRequired

Basic Auth for your username:password. Required for all endpoints

Example: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
AppAuthorizationstringRequired

Basic Auth for your authID:authSecret. Required for all endpoints.

Example: Basic YXV0aElEOmF1dGhTZWNyZXQ=
Body
partnerUserIDstringOptional

Set this optional parameter to add your an alias to a Thryve user. If no alias is set, it is not possible to retrieve an accessToken/authenticationToken for an existing user. Newer interfaces call this parameter endUserAlias.

Example: FVMW6fp9wnUxKnfekrQduZ96Xt6gemVk
Responses
chevron-right
200

Request successful. Returns the accessToken of a user.

text/plain
ResponsestringExample: de3d1e068537dd927b48988cb6969abe
post
/v5/accessToken

Last updated