# Fetch a specific Event Type. **GET /v1/Types/{Type}** Fetch a specific Event Type. Event Types available ## Servers - https://events.twilio.com: https://events.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **Type** (string) A string that uniquely identifies this Event Type. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **type** (string | null) A string that uniquely identifies this Event Type. - **schema_id** (string | null) A string that uniquely identifies the Schema this Event Type adheres to. - **date_created** (string(date-time) | null) The date that this Event Type was created, given in ISO 8601 format. - **date_updated** (string(date-time) | null) The date that this Event Type was updated, given in ISO 8601 format. - **description** (string | null) A human readable description for this Event Type. - **status** (string | null) 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_url** (string | null) The URL to the documentation or to the most relevant Twilio Changelog entry of this Event Type. - **url** (string(uri) | null) The URL of this resource. - **links** (object(uri-map) | null) [Powered by Bump.sh](https://bump.sh)