Skip to content
Wysp Docs

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.

application/json: object application/json

{
"deviceId": "device-abc123"
}

Access token issued successfully

application/json: object

{
"accessToken": "zfd*udm6VWU2cyu!kdy",
"expiresAt": "string"
}