Path parameters
-
A string that uniquely identifies this Event Type.
GET /v1/Types/{Type}
curl \
-X GET https://events.twilio.com/v1/Types/{Type} \
--user "username:password"
Response examples (200)
{
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"description": "string",
"links": {},
"schema_id": "string",
"type": "string",
"url": "https://example.com"
}
Response examples (200)
{
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"description": "string",
"links": {},
"schema_id": "string",
"type": "string",
"url": "https://example.com"
}