# Create a new Sink **POST /v1/Sinks** Create a new Sink Sink destination to send events to ## Servers - https://events.twilio.com: https://events.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Body: application/x-www-form-urlencoded (object) - **Description** (string) A human readable description for the Sink **This value should not contain PII.** - **SinkConfiguration** () The information required for Twilio to connect to the provided Sink encoded as JSON. - **SinkType** (string) The Sink type. Can only be "kinesis" or "webhook" currently. ## Responses ### 201 Created #### 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) - **date_created** (string(date-time) | null) The date that this Sink was created, given in ISO 8601 format. - **date_updated** (string(date-time) | null) The date that this Sink was updated, given in ISO 8601 format. - **description** (string | null) A human readable description for the Sink - **sid** (string | null) A 34 character string that uniquely identifies this Sink. - **sink_configuration** () The information required for Twilio to connect to the provided Sink encoded as JSON. - **sink_type** (string) The Sink type. Can only be "kinesis" or "webhook" currently. - **status** (string) The Status of this Sink. One of `initialized`, `validating`, `active` or `failed`. - **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 Sink. [Powered by Bump.sh](https://bump.sh)