Fetch a specific schema with its nested versions

GET /v1/Schemas/{Id}

Versioned Schema definitions for Event Types

Fetch a specific schema with its nested versions.

Path parameters

  • Id string Required

    The unique identifier of the schema. Each schema can have multiple versions, that share the same id.

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
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"
}