Fetch a specific End-User Type Instance
TODO: Resource-level docs
Fetch a specific End-User Type Instance.
Path parameters
-
The unique string that identifies the End-User Type resource.
GET /v1/EndUserTypes/{Sid}
curl \
-X GET https://trusthub.twilio.com/v1/EndUserTypes/{Sid} \
--user "username:password"
Response examples (200)
{
"fields": [],
"friendly_name": "string",
"machine_name": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"fields": [],
"friendly_name": "string",
"machine_name": "string",
"sid": "string",
"url": "https://example.com"
}