Skip to content
Log in Request a demo

Getting Started

To start using the API, complete a few setup steps in Skailer and obtain an access token.

  1. Create a dedicated user in the Skailer interface.
  2. Assign the required permissions based on your use case.
  3. Get API token in System settings interface

All subsequent requests must include the Authorization header:

Authorization: Bearer <your_access_token>

You can verify the current token via:

GET /api/v1/employees/check-token

The method returns true if the token is valid.