checkTokenCheck if token exists and license is active

Check if token exists and license is active

Returns a boolean flag whether the given token exists for a user and the license 'set_restapi_token_right' is active.

curl -X GET "https://api.example.com/restapi/v1/checkToken/example_string" \
  -H "Content-Type: application/json"
[
  {
    "exists": true
  }
]
GET
/checkToken/{token}
GET
Base URLstring

Target server for requests. Edit to use your own host.

path
tokenstring
Required

The REST API token to validate

Request Preview
Response

Response will appear here after sending the request

Path Parameters

tokenstring
Required

The REST API token to validate

Responses

existsboolean

true if token exists and license is active, false otherwise