Skip to content
OpenPostDocs
OpenPostDocs
Auth

List identity providers the current account may explicitly link

GET/auth/oidc/link-providers

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/auth/oidc/link-providers"
[  {    "id": "string",    "kind": "oauth",    "name": "string",    "organization": "string",    "start_url": "string"  }]