---
title: "Get Verification Profile"
method: GET
path: "/api/valpha/verification-profiles/{id}"
tags: ["VerificationProfiles"]
---

# Get Verification Profile

`GET /api/valpha/verification-profiles/{id}`

Gets a specific verification profile by ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- VerificationProfileResponse
  - `id` string, uuid, required — The ID of the verification profile
  - `alias` string, required — An alias of the verification profile shown to developers and administrators.
  - `brandName` string, required — The brand name of the verification profile shown to end-users.
  - `externalId` string, nullable — A customer-defined external ID for this verification profile, unique within your organization.
  - `logoUrl` string, required — The URL of the verification profile's logo.
  - `primaryColor` string, required — The primary color of the verification profile.
  - `enabledProviders` string[], required — The providers that are currently enabled for the verification profile.
  - `sessionExpiration` string, date-span, required — The session expiration for verification sessions created with this profile.
  - `isProductionUsage` boolean, required — Whether this profile is for production usage. Only applicable for Live environment profiles.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/trinsic/apis/trinsic-api.md) · [All operations](https://skmtc.net/trinsic/apis/trinsic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trinsic/trinsic-api/versions/e57fbc634d48/schema)
