---
title: "Get a Specific Provider"
method: GET
path: "/api/v2/providers/{id}"
tags: ["Provider"]
---

# Get a Specific Provider

`GET /api/v2/providers/{id}`

This endpoint retrieves a specific provider. <h3>Required Scope</h3>`providers:read`

## Path parameters

- `id` string, required

## Response `200`

Success

- DetailedProvider
  - `data` ListedProviderData
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` ListedProviderAttributes
      - `name` string, nullable — The name of the provider.
      - `url` string, nullable — URL location of the provider.
      - `is-active` boolean — If the provider is active.
      - `license-type-required` string — The content visibility permission level setting for the content offered by the provider. For example, `global-visibility`, `limited-visibility`, and `prompt-for-license`.
    - `links` SelfLink
      - `self` string

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
