cURL
curl --request GET \ --url https://encrata.com/api/monitors/{id} \ --header 'Authorization: Bearer <token>'
Retrieve a single monitor by ID.
Documentation IndexFetch the complete documentation index at: https://docs.encrata.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.encrata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization
Authorization: Bearer YOUR_API_KEY
curl https://encrata.com/api/monitors/a1b2c3d4-... \ -H "Authorization: Bearer YOUR_API_KEY"