Skip to content
OpenPostDocs
OpenPostDocs
Auth

List OIDC identities linked to the current account

GET/auth/oidc/identities

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/auth/oidc/identities"
[  {    "active": true,    "created_at": "2019-08-24T14:15:22Z",    "id": "string",    "last_login_at": "2019-08-24T14:15:22Z",    "linked_email": "string",    "linked_name": "string",    "provider_id": "string",    "provider_name": "string"  }]