v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Revoke and Regenerate Token

post/v1/revoke-and-regenerate

Headers

Acceptstring required

Indicates which content types, expressed as MIME types, the client is able to understand.

Content-Typestring required

Indicates the media type of the resource sent in the HTTP message body. <br /><br /><b>Possible Values:</b><br /> application/json<br />application/x-www-form-urlencoded

Request body

idstring required

The unique ID of the access token.

client_idstring required

The unique Client ID,

Response

200

Example response

{
  "data": {
    "object": "APIAccessToken",
    "id": "57b2e22cc9d85cb86101ede912d5c168b18ae069e2d73c5e1ddc2bc4b06e110e895ae9d1496c2648",
    "user_id": "6Zv1pV5AVAvn1pA8",
    "client_id": "wL3PEzwLDYEzDWYj",
    "client_secret": "zit8qiuOrxCeCpfV7LfqQ2DQwpniDQKB8RQ0NFAv",
    "scopes": "*",
    "created_at": 1726000005,
    "updated_at": 1726000005,
    "expires_at": 1883680005
  }
}