GuidesAuthenticationVersion: v1On this pageAuthentication All endpoints require an API key passed as a Bearer token. Header Authorization: Bearer <YOUR_API_KEY> Example request (v1) curl -X GET "https://<YOUR_HOST>/api/v1/account/" \ -H "Authorization: Bearer <YOUR_API_KEY>"