Fetch specific Assigned Item Instance
TODO: Resource-level docs
Fetch specific Assigned Item Instance.
Path parameters
-
The unique string that we created to identify the CustomerProfile resource.
-
The unique string that we created to identify the resource.
GET /v1/CustomerProfiles/{CustomerProfileSid}/ChannelEndpointAssignments/{Sid}
curl \
-X GET https://trusthub.twilio.com/v1/CustomerProfiles/{CustomerProfileSid}/ChannelEndpointAssignments/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"channel_endpoint_sid": "string",
"channel_endpoint_type": "string",
"customer_profile_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"channel_endpoint_sid": "string",
"channel_endpoint_type": "string",
"customer_profile_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"sid": "string",
"url": "https://example.com"
}