curl --request GET \
--url https://api.signa.so/v1/monitors/{monitor_id} \
--header 'Authorization: Bearer <token>'{
"id": "mon_abc123",
"name": "Tech competitors watch",
"description": "<string>",
"watches": [
{}
],
"offices": [
"<string>"
],
"webhook_url": "<string>",
"webhook_events": [
"<string>"
],
"status": "active",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Retrieve details for a specific monitor.
Returns the complete monitor configuration including watches, webhook settings, and current status.
curl --request GET \
--url https://api.signa.so/v1/monitors/{monitor_id} \
--header 'Authorization: Bearer <token>'{
"id": "mon_abc123",
"name": "Tech competitors watch",
"description": "<string>",
"watches": [
{}
],
"offices": [
"<string>"
],
"webhook_url": "<string>",
"webhook_events": [
"<string>"
],
"status": "active",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Use your API key from the dashboard. Include it in the Authorization header:
Authorization: Bearer YOUR_API_KEYGet your API key at https://signa.so/dashboard
Monitor ID (e.g., mon_abc123)
Monitor details