---
title: "Gets all available RegTypes."
method: GET
path: "/api/reg-types"
tags: ["RegTypes"]
---

# Gets all available RegTypes.

`GET /api/reg-types`

## Headers

- `apikey` string, required

## Response `200`

A collection of available RegTypes.

- CredasApiModelsRegTypesRegType[]
  - `id` string, uuid
  - `name` string

## Other responses

- `401` — If credentials supplied were invalid.
- `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)
