Fetch a specific End-User Type Instance

GET /v1/EndUserTypes/{Sid}

TODO: Resource-level docs

Fetch a specific End-User Type Instance.

Path parameters

  • Sid string Required

    The unique string that identifies the End-User Type resource.

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
    • fields array | null

      The required information for creating an End-User.

    • friendly_name string | null

      A human-readable description of the End-User Type resource

    • machine_name string | null

      A machine-readable description of the End-User Type resource

    • sid string | null

      The unique string that identifies the End-User Type resource

      Minimum length is 34, maximum length is 34. Format should match the following pattern: ^OY[0-9a-fA-F]{32}$.

    • url string(uri) | null

      The absolute URL of 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"
}