---
title: "Get All Providers"
method: GET
path: "/api/v2/providers"
tags: ["Provider"]
---

# Get All Providers

`GET /api/v2/providers`

This endpoint retrieves all providers for the current organization. <h3>Required Scope</h3>`providers:read`

## Query parameters

- `next` string
- `limit` integer
- `filter[is_active]` boolean

## Response `200`

Success

- ListedProvider
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `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)
