---
title: "Retrieve a list of all Supporting Document Types."
method: GET
path: "/v1/SupportingDocumentTypes"
tags: ["TrusthubV1SupportingDocumentType"]
---

# Retrieve a list of all Supporting Document Types.

`GET /v1/SupportingDocumentTypes`

Retrieve a list of all Supporting Document Types.

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `supporting_document_types` TrusthubV1SupportingDocumentType[]
    - `sid` string, nullable — The unique string that identifies the Supporting Document Type resource.
    - `friendly_name` string, nullable — A human-readable description of the Supporting Document Type resource.
    - `machine_name` string, nullable — The machine-readable description of the Supporting Document Type resource.
    - `fields` unknown[], nullable — The required information for creating a Supporting Document. 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 Supporting Document Type resource.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Changes

- **2025-07-03** (v1) `be7cea11fa27` — 1 breaking
  - the `supporting_document_types/items/fields/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-03-11** (v1) `ef8dd7b6bc33` — 1 breaking
  - the `supporting_document_types/items/fields/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2025-02-20** (v1) `f46e55682eba` — 1 breaking
  - for the `query` request parameter `PageSize`, the type/format was changed from `integer`/`` to `integer`/`int64`
- **2023-08-10** (v1) `2ff73c379428` — 1 info
  - api tag `TrusthubV1SupportingDocumentType` added

[Change history](https://skmtc.dev/twilio/apis/trusthub-v1/changes/v1/SupportingDocumentTypes/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)
