---
title: "Retrieves secure link to web verification page searching by the Registration Id."
method: POST
path: "/api/web-verifications/by-registrationid"
tags: ["WebVerifications"]
---

# Retrieves secure link to web verification page searching by the Registration Id.

`POST /api/web-verifications/by-registrationid`

It may return none or one matching result.
Each result contains a secure url; UTC date/time of when the link expires; name details of a person associated with the registration.

## Headers

- `apikey` string, required

## Request body

- CredasApiModelsWebVerificationsGetWebVerificationsByRegistrationIdRequest
  - `registrationId` string, uuid, required
  - `returnUrls` CredasApiModelsRegistrationsReturnUrls
    - `returnUrl` string

## Response `200`

Results of the query

- CredasApiModelsWebVerificationsGetWebVerificationsResponse
  - `results` CredasApiModelsWebVerificationsWebVerificationsItem[]
    - `journeyUrl` CredasApiModelsRegistrationsJourneyUrl
      - `url` string
      - `validUntil` string, date-time

## 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)
