---
title: "List Verification Profiles"
method: GET
path: "/api/valpha/verification-profiles"
tags: ["VerificationProfiles"]
---

# List Verification Profiles

`GET /api/valpha/verification-profiles`

List the verification profiles for the current organization and environment.

## Query parameters

- `page` integer
- `pageSize` integer

## Response `200`

OK

- ListVerificationProfilesResponse
  - `verificationProfiles` VerificationProfileResponse[], required
    - `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.
  - `more` boolean, required — Whether there are additional pages of verification profiles to retrieve

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