Validate that a test event for a Sink was received
Validate sink
Validate that a test event for a Sink was received.
Path parameters
-
A 34 character string that uniquely identifies the Sink being validated.
POST /v1/Sinks/{Sid}/Validate
curl \
-X POST https://events.twilio.com/v1/Sinks/{Sid}/Validate \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'TestId=string'
Request example
{
"TestId": "string"
}
Request examples
{
"TestId": "string"
}
Response examples (201)
{
"result": "string"
}
Response examples (201)
{
"result": "string"
}