Authentication

All API requests require authentication using an API token. You can obtain your API token from the WaysCloud/Waldur web interface. Refer to your account settings or the platform documentation for specific instructions on how to generate an API token.

To authenticate your requests, include your API token in the Authorization header with every request you make:

Authorization: Token <your_api_token>

Example:

GET [https://api.wayscloud.services/api/projects/](https://api.wayscloud.services/api/projects/)
Authorization: Token YOUR_ACTUAL_API_TOKEN_HERE