---
title: "Retrieve a provider"
method: GET
path: "/providers/{provider_id}"
tags: ["Providers"]
---

# Retrieve a provider

`GET /providers/{provider_id}`

Retrieves a `provider` object by its ID.

## Path parameters

- `provider_id` string, required

## Headers

- `X-Platform-Id` string

## Response `200`

OK

- ProviderResponse
  - `object` string — Object type. Always `provider`.
  - `id` string, required — Unique identifier for the provider. Prefixed with `pr_`.
  - `name` string, required — The name of the provider.
  - `description` string, required — Description of the provider.
  - `website_url` string, required — The provider's main website URL.
  - `logo_url` string, required — URL to the provider's logo image.
  - `employer_platform_url` string, nullable — URL to the employer portal/platform for this provider, if available.
  - `kota_hub_url` string, nullable — URL to the Kota Hub page for this platform, if configured.
  - `support_phone` string, required — Customer support phone number.
  - `supported_countries` CountryCode[], required — List of countries supported by this provider.

## Other responses

- `404` — Not Found

---

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