Path parameters
-
The SID of the Service to fetch the resource from.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^IS[0-9a-fA-F]{32}$
. -
The Twilio-provided string that uniquely identifies the Binding resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^BS[0-9a-fA-F]{32}$
.
GET
/v1/Services/{ServiceSid}/Bindings/{Sid}
curl \
--request GET 'https://notify.twilio.com/v1/Services/{ServiceSid}/Bindings/{Sid}' \
--user "username:password"
Response examples (200)
{
"sid": "BSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://notify.twilio.com/v1/Services/ISaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Bindings/BSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"tags": [
"26607274"
],
"links": {
"user": "https://notify.twilio.com/v1/Services/ISaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Users/24987039"
},
"address": "a7c658f4111ec4ff5a1a647f9d0edd819025b9f20522d2fae897049f32873e73",
"endpoint": "26607274",
"identity": "24987039",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"service_sid": "ISaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"binding_type": "apn",
"date_created": "2015-07-30T20:00:00Z",
"date_updated": "2015-07-30T20:00:00Z",
"credential_sid": null,
"notification_protocol_version": "3"
}