Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To authorize API calls, add an Authorization header to the request:

Panel

Authorization: Bearer token

The following sections describe the API calls for authorization tokens, including:

Create token

Delete token

To authorize API calls add Authorization header to the request:

Base URL

The URLs given for each endpoint are abbreviated. The base URL that must be used for all endpoints is:

https://license.x-formation.com/rest/v1/

For example, the full URL for POST /auth/tokens is:

POST https://license.x-formation.com/rest/v1/auth/tokens

...