Path parameters
-
The SID of the Event resource to fetch.
GET /v1/Events/{Sid}
curl \
-X GET https://monitor.twilio.com/v1/Events/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"actor_sid": "string",
"actor_type": "string",
"description": "string",
"event_date": "2023-05-04T09:42:00+00:00",
"event_type": "string",
"links": {},
"resource_sid": "string",
"resource_type": "string",
"sid": "string",
"source": "string",
"source_ip_address": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"actor_sid": "string",
"actor_type": "string",
"description": "string",
"event_date": "2024-05-04T09:42:00+00:00",
"event_type": "string",
"links": {},
"resource_sid": "string",
"resource_type": "string",
"sid": "string",
"source": "string",
"source_ip_address": "string",
"url": "https://example.com"
}