The Daestro API provides programmatic access to interact with Daestro services through a set of RESTful endpoints.
To authenticate your API requests, you’ll need to obtain an API key from the Daestro Console. This key must be included in the authorization header of all API requests.
Base Url
https://api.daestro.com
Header
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json