v1

latestOpenAPI 3.1.12026-07-1711423400.3 KB
me

Updates access token.

This endpoint will update the information of an authenticated user's access token.

post/me/access-tokens/{accessToken}/update

Path parameters

accessTokenstring required

ID of the access token to be updated.

Response

Successful POST Access Token Update JSON response

object required

Example response

{
  "message": "Access token update successful."
}