---
title: "Checks if submitted documents are sufficient to complete registration."
method: GET
path: "/api/registrations/{id}/check-submitted-id-documents"
tags: ["Registrations"]
---

# Checks if submitted documents are sufficient to complete registration.

`GET /api/registrations/{id}/check-submitted-id-documents`

## Path parameters

- `id` string, uuid, required

## Headers

- `apikey` string, required

## Response `200`

OK response with object containing the result of the document check.

- CredasApiModelsRegistrationsCheckSubmittedIdDocumentsResponse
  - `checkCode` 1 | 2 | 3 — Ok = 1, MayContinue = 2, CannotContinue = 3
  - `message` string

## Other responses

- `400` — If the service was supplied invalid data.
- `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)
