---
title: "GET /v2/providers/{provider_name}"
method: GET
path: "/v2/providers/{provider_name}"
tags: ["identities", "providers"]
---

# GET /v2/providers/{provider_name}

`GET /v2/providers/{provider_name}`

returns provider's properties, notably the url to call for initiating Oauth process

## Path parameters

- `provider_name` string, required

## Query parameters

- `identifier` string

## Response `200`

providers infos

- object
  - `name` string
  - `oauth_request_url` string
  - `protocol` string

## Other responses

- `401` — Unauthorized access

## Changes

- **2023-11-29** `9e7826cc21c6` — 1 warning, 1 info
  - deleted the `query` request parameter `instance`
  - added the new optional `query` request parameter `identifier`
- **2019-06-27** `3eca5ee94e73` — 1 info
  - added the new optional `query` request parameter `instance`
- **2018-10-12** `a2956438d6f2` — 1 info
  - endpoint added
- **2018-04-25** `55efa6cbf8cf` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/caliopen/apis/caliopen-http-rest-api/changes/v2/providers/:provider_name/get.md)

---

[API](https://skmtc.dev/caliopen/apis/caliopen-http-rest-api.md) · [All operations](https://skmtc.dev/caliopen/apis/caliopen-http-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caliopen/caliopen-http-rest-api/revisions/f32b5d08284d/schema)
