📄️ Overview
The Attlaz API is used for submitting events to the Attlaz collector as well as exporting and managing data.
📄️ Authentication
Auth Tokens
📄️ Paginating Results
Pagination in the API is handled via the Link header standard:
📄️ Permissions & Scopes
If you're building on top of Attlaz's API (i.e using Auth Tokens), you'll need certain scopes to access
📄️ Requests
All API requests should be made to the /api/0/ prefix, and will return JSON as the response:
📄️ Rate Limits
Attlaz rate limits every API request made to prevent abuse and resource overuse. The limit is applied to each unique combination of caller and endpoint.
📄️ Request Flow run throught the API
When requesting a flow run an passing arguments, you can both send them PascalCase and snake_case