Fetch specific End User Instance
TODO: Resource-level docs
Fetch specific End User Instance.
Path parameters
-
The unique string created by Twilio to identify the End User resource.
GET /v1/EndUsers/{Sid}
curl \
-X GET https://trusthub.twilio.com/v1/EndUsers/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"friendly_name": "string",
"sid": "string",
"type": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"friendly_name": "string",
"sid": "string",
"type": "string",
"url": "https://example.com"
}