v16

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-04-0886158866.0 KB
Client Management

Update Client Tokens

Update attributes of all existing access tokens given to a client application.

post/api/{serviceId}/client/authorization/update/{clientId}

Path parameters

serviceIdstring required

A service ID.

clientIdstring required

A client ID.

Request body

subjectstring required

The subject (= unique identifier) of the end-user who has granted authorization to the client application.

scopesstring[]

An array of new scopes. Optional. If a non-null value is given, the new scopes are set to all existing access tokens. If an API call is made using "Content-Type: application/x-www-form-urlencoded", scope names listed in this request parameter should be delimited by spaces (after form encoding, spaces are converted to +).

Response

resultCodestring

The code which represents the result of the API call.

resultMessagestring

A short message which explains the result of the API call.