---
title: "Get a list of supported id document for the specified registration id."
method: GET
path: "/api/registrations/{id}/supported-id-documents"
tags: ["Registrations"]
---

# Get a list of supported id document for the specified registration id.

`GET /api/registrations/{id}/supported-id-documents`

## Path parameters

- `id` string, uuid, required

## Headers

- `apikey` string, required

## Response `200`

List of supported id document objects.

- CredasApiModelsRegistrationsSupportedIdDocument
  - `name` string
  - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 — Passport = 1, DrivingLicence = 2, NationalIdCard = 3, CscsCard = 4, ResidencePermit = 5, Visa = 6, BirthCertificate = 7, HomeOfficeLetter = 8, Other = 9

## Other responses

- `400` — If the service was supplied invalid data.
- `401` — If credentials supplied were invalid.
- `403` — If requesting entity have no permission to access the resource.
- `404` — If registration matching the Id was not found.
- `500` — If an unexpected exception occurred whilst processing the request.

---

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