---
title: "Get Providers"
method: GET
path: "/v1/providers"
tags: ["Providers"]
---

# Get Providers

`GET /v1/providers`

Retrieves a list of available eID providers.

## Query parameters

- `status` 'activated' | 'deactivated' | 'action_required'

## Response `200`

Providers retrieved successfully.

- object[]
  - `id` string — The unique identifier for the eID provider
  - `logoUrl` string — The URL of the eID provider's logo
  - `name` string — The display name of the eID provider
  - `description` string — A description of the eID provider
  - `countries` string[] — The countries supported by the eID provider
  - `status` 'activated' | 'deactivated' | 'action_required' — The current status of the provider

## Other responses

- `400` — Bad Request - Invalid parameters or eID not enabled.
- `401` — Unauthorized - Invalid client credentials.

---

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