# Fetch a specific Subscription. **GET /v1/Subscriptions/{Sid}** Fetch a specific Subscription. Subscription to send Event Types to a Sink ## Servers - https://events.twilio.com: https://events.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **Sid** (string) A 34 character string that uniquely identifies this Subscription. ## 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) - **account_sid** (string | null) The unique SID identifier of the Account. - **sid** (string | null) A 34 character string that uniquely identifies this Subscription. - **date_created** (string(date-time) | null) The date that this Subscription was created, given in ISO 8601 format. - **date_updated** (string(date-time) | null) The date that this Subscription was updated, given in ISO 8601 format. - **description** (string | null) A human readable description for the Subscription - **sink_sid** (string | null) The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created. - **url** (string(uri) | null) The URL of this resource. - **links** (object(uri-map) | null) Contains a dictionary of URL links to nested resources of this Subscription. [Powered by Bump.sh](https://bump.sh)