The Onset API is a RESTful API accessed by an HTTP client such asDocumentation Index
Fetch the complete documentation index at: https://docs.onset.io/llms.txt
Use this file to discover all available pages before exploring further.
curl or the HTTP library, which is part of most modern programming languages. You can use this API to build custom integrations or automate even more of your organization’s workflow.
Authentication
The Onset API uses API keys to authenticate requests. You can view and manage your API keys in the Onset Dashboard. Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth. Authentication to the API is performed via HTTP Basic Auth. Provide your API key as the basic auth username value. You do not need to provide a password.-H "Authorization: Bearer API_KEY" instead of -u API_KEY.

