Fetch alpha sender
A Messaging Service resource to add, fetch or remove an Alpha Sender ID from a Messaging Service.
Path parameters
-
The SID of the Service to fetch the resource from.
-
The SID of the AlphaSender resource to fetch.
GET /v1/Services/{ServiceSid}/AlphaSenders/{Sid}
curl \
-X GET https://messaging.twilio.com/v1/Services/{ServiceSid}/AlphaSenders/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"alpha_sender": "string",
"capabilities": [
"string"
],
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"service_sid": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"alpha_sender": "string",
"capabilities": [
"string"
],
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"service_sid": "string",
"sid": "string",
"url": "https://example.com"
}