Fetch a specific schema with its nested versions
Versioned Schema definitions for Event Types
Fetch a specific schema with its nested versions.
Path parameters
-
The unique identifier of the schema. Each schema can have multiple versions, that share the same id.
GET /v1/Schemas/{Id}
curl \
-X GET https://events.twilio.com/v1/Schemas/{Id} \
--user "username:password"
Response examples (200)
{
"id": "string",
"latest_version": 42,
"latest_version_date_created": "2023-05-04T09:42:00+00:00",
"links": {},
"url": "https://example.com"
}
Response examples (200)
{
"id": "string",
"latest_version": 42,
"latest_version_date_created": "2024-05-04T09:42:00+00:00",
"links": {},
"url": "https://example.com"
}