---
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.

## Changes

- **2025-07-03** (v1) `be7cea11fa27` — 1 breaking
  - the `fields/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-03-11** (v1) `ef8dd7b6bc33` — 1 breaking
  - the `fields/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2023-08-10** (v1) `2ff73c379428` — 1 info
  - api tag `TrusthubV1EndUserType` added

[Change history](https://skmtc.dev/twilio/apis/trusthub-v1/changes/v1/EndUserTypes/:Sid/get.md)

---

[API](https://skmtc.dev/twilio/apis/trusthub-v1.md) · [All operations](https://skmtc.dev/twilio/apis/trusthub-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/trusthub-v1/revisions/efbeb2fac001/schema)
