Loading...

Revoke current token and generate a new one

postApiUsersApiUserIdRevokeToken

This article provides advanced instructions on how to revoke the current API token and generate a new one.

Path Parameters

  • api_user_id required
    • integer <int32>

Responses

  • 201 Revoke current token and generate a new one

    {
     "id": "string",
     "description": "string",
     "token": "string",
     "scopes": "string"
    }
  • 403 Not authorized

    {
     "message": "string",
     "errors": "string"
    }
  • 404 not found

    {
     "message": "string",
     "errors": "string"
    }

Did not find what you were looking for?

If this content did not answer your questions, try searching or contacting our support team for further assistance.

Back to Section navigation
Back to Site navigation