---
title: "Fetch a specific End-User Type Instance."
method: GET
path: "/v1/EndUserTypes/{Sid}"
tags: ["TrusthubV1EndUserType"]
---

# Fetch a specific End-User Type Instance.

`GET /v1/EndUserTypes/{Sid}`

Fetch a specific End-User Type Instance.

## Path parameters

- `Sid` string, required

## Response `200`

OK

- TrusthubV1EndUserType
  - `sid` string, nullable — The unique string that identifies the End-User Type resource.
  - `friendly_name` string, nullable — A human-readable description that is assigned to describe the End-User Type resource. Examples can include first name, last name, email, business name, etc
  - `machine_name` string, nullable — A machine-readable description of the End-User Type resource. Examples can include first_name, last_name, email, business_name, etc.
  - `fields` unknown[], nullable — The required information for creating an End-User. The required fields will change as regulatory needs change and will differ for businesses and individuals.
    - unknown
  - `url` string, uri, nullable — The absolute URL of the End-User Type resource.

---

[API](https://skmtc.net/twilio/apis/trusthub-v1.md) · [All operations](https://skmtc.net/twilio/apis/trusthub-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/trusthub-v1/versions/a0d41b864e3e/schema)
