# Validate that a test event for a Sink was received. **POST /v1/Sinks/{Sid}/Validate** Validate that a test event for a Sink was received. Validate 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 the Sink being validated. ### Body: application/x-www-form-urlencoded (object) - **TestId** (string) A 34 character string that uniquely identifies the test event for a Sink being validated. ## 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) - **result** (string | null) Feedback indicating whether the given Sink was validated. [Powered by Bump.sh](https://bump.sh)