Fetch us app to person
A service for (fetch/create/delete) A2P Campaign for a Messaging Service
Path parameters
-
The SID of the Messaging Service to fetch the resource from.
-
The SID of the US A2P Compliance resource to fetch
QE2c6890da8086d771620e9b13fadeba0b
.
GET /v1/Services/{MessagingServiceSid}/Compliance/Usa2p/{Sid}
curl \
-X GET https://messaging.twilio.com/v1/Services/{MessagingServiceSid}/Compliance/Usa2p/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"brand_registration_sid": "string",
"campaign_id": "string",
"campaign_status": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"description": "string",
"has_embedded_links": true,
"has_embedded_phone": true,
"is_externally_registered": true,
"message_samples": [
"string"
],
"messaging_service_sid": "string",
"mock": true,
"sid": "string",
"url": "https://example.com",
"us_app_to_person_usecase": "string"
}
Response examples (200)
{
"account_sid": "string",
"brand_registration_sid": "string",
"campaign_id": "string",
"campaign_status": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"description": "string",
"has_embedded_links": true,
"has_embedded_phone": true,
"is_externally_registered": true,
"message_samples": [
"string"
],
"messaging_service_sid": "string",
"mock": true,
"sid": "string",
"url": "https://example.com",
"us_app_to_person_usecase": "string"
}