EventsV1EventType

Fetch a specific Event Type.

Fetch a specific Event Type.

get/v1/Types/{Type}

Path parameters

Typestring required

A string that uniquely identifies this Event Type.

Response

OK

typestring nullable

A string that uniquely identifies this Event Type.

schema_idstring nullable

A string that uniquely identifies the Schema this Event Type adheres to.

date_createdstring date-time nullable

The date that this Event Type was created, given in ISO 8601 format.

date_updatedstring date-time nullable

The date that this Event Type was updated, given in ISO 8601 format.

descriptionstring nullable

A human readable description for this Event Type.

statusstring nullable

A string that describes how this Event Type can be used. For example: available, deprecated, restricted, discontinued. When the status is available, the Event Type can be used normally.

documentation_urlstring nullable

The URL to the documentation or to the most relevant Twilio Changelog entry of this Event Type.

urlstring uri nullable

The URL of this resource.

linksobject nullable

Changes

Changed in 2 of the 51 revisions of this API.3

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • api tag EventsV1EventType added

      api-tag-added