v10

latestSwagger 2.02026-07-1391323.0 KB
Identity

Issue a new token for an identity.

Issue a new token for an identity.

post/identities/{id}/:issueAccessToken

Path parameters

idstring required

Identifier of the identity to issue token for.

Query parameters

api-versionstring required

The API version to use for this operation.

Request body

scopesCommunicationIdentityTokenScope[] required

List of scopes attached to the token.

expiresInMinutesinteger

Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used.

Response

The request has succeeded.

tokenstring required

The access token issued for the identity.

expiresOnstring date-time required

The expiry time of the token.