---
title: "GET /oauth/providers"
method: GET
path: "/oauth/providers"
tags: ["OAuthProviders"]
---

# GET /oauth/providers

`GET /oauth/providers`

Returns a paginated list of oauthProvider resources.

## Query parameters

- `ids` string[]
- `names` string[]
- `propertyFilters` string[]
- `statuses` string[]
- `minCreatedDateTime` string, date-time
- `maxCreatedDateTime` string, date-time
- `minLastModifiedDateTime` string, date-time
- `maxLastModifiedDateTime` string, date-time
- `maxPageSize` integer
- `skipToken` string
- `api-version` string, required

## Response `200`

Success

- OAuthProviderListResponse — Paged response contains list of requested objects and a URL link to get the next set of results.
  - `value` OAuthProvider[], required — List of requested objects.
    - `appId` string — OAuth App Id for given OAuth Provider.
    - `appSecret` string — OAuth App secret for given Provider. Note: Won't be sent in response.
    - `apiKey` string — OAuth Api key for given Provider. Note: currently Applicable to Climate provider. Won't be sent in response.
    - `isProductionApp` boolean — An optional flag to determine if the App is ready to be used for Production scenarios in the provider side or not. (Default value: false) Note: Currently applicable for JohnDeere.
    - `id` string — Unique OAuth provider ID.
    - `eTag` string — The ETag value to implement optimistic concurrency.
    - `createdDateTime` string, date-time — Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ.
    - `modifiedDateTime` string, date-time — Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ.
    - `name` string — Name to identify resource.
    - `description` string — Textual description of the resource.
    - `createdBy` string — Created by user/tenant id.
    - `modifiedBy` string — Modified by user/tenant id.
    - `properties` object — A collection of key value pairs that belongs to the resource. Each pair must not have a key greater than 50 characters and must not have a value greater than 150 characters. Note: A maximum of 25 key value pairs can be provided for a resource and only string, numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.
  - `skipToken` string — Token used in retrieving the next page. If null, there are no additional pages.
  - `nextLink` string — Continuation link (absolute URI) to the next page of results in the list.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/agrifood-agfoodplatform.md) · [All operations](https://skmtc.net/azure/apis/agrifood-agfoodplatform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/agrifood-agfoodplatform/versions/33cf1de6e0c4/schema)
