Path parameters
-
The SID of the Service to fetch the resource from.
-
The Twilio-provided string that uniquely identifies the Binding resource to fetch.
GET /v1/Services/{ServiceSid}/Bindings/{Sid}
curl \
-X GET https://notify.twilio.com/v1/Services/{ServiceSid}/Bindings/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"address": "string",
"binding_type": "string",
"credential_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"endpoint": "string",
"identity": "string",
"links": {},
"notification_protocol_version": "string",
"service_sid": "string",
"sid": "string",
"tags": [
"string"
],
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"address": "string",
"binding_type": "string",
"credential_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"endpoint": "string",
"identity": "string",
"links": {},
"notification_protocol_version": "string",
"service_sid": "string",
"sid": "string",
"tags": [
"string"
],
"url": "https://example.com"
}