---
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

---

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