v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
account

Update user token information

By default reissues a new token and returns in token attribute. If reissue_token query parameter is false, then token is not reissued and old value is used. The api returns null as a token in this case.

put/account/tokens/{token_id}

Path parameters

token_idstring required

Id of the token position, not an X-Auth or JWT token itself!

Query parameters

reissue_tokenboolean

update token endpoint by default reissues a new token.

Request body

namestring
expires_atstring date

Response

Updated token object, which also contains the token itself

tokenstring