Oauth2ProvidersRequest*
GET {{base_url}}/Oauth2ProvidersRequest
Retrieves all OAuth 2.0 available providers.
* See Request Names under the Conventions section of the Using the API Reference topic.
API
OAuth 2.0 API
Requires Authentication
Yes (Advanced)
Returns
List [Oauth2ProviderSettings*]
Batch?
No
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Required. | |
The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
The type of content supported by the API endpoint. |
RESPONSES
status: OK
[{"Id":1,"Name":"Microsoft"}]