Issue User Token
POST /users/{userId}/issue-token
Issue an access token for an user. If the user doesn’t exist, they will be created.
Request Body
Section titled “Request Body”application/json: object
application/json
{ "deviceId": "device-abc123"}Responses
Section titled “Responses”Access token issued successfully
application/json: object
{ "accessToken": "zfd*udm6VWU2cyu!kdy", "expiresAt": "string"}Unauthorized
No response body.