Skip to main content
GET
/
api
/
identity-providers
List identity providers
curl --request GET \
  --url https://api.example.com/api/identity-providers \
  --header 'Authorization: Bearer <token>'
{
  "identity_providers": [
    {
      "alias": "<string>",
      "display_name": "<string>",
      "provider_id": "<string>",
      "enabled": true,
      "internal_id": "<string>",
      "config": {},
      "mapper_count": 0
    }
  ],
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

All configured identity providers.

Response for listing identity providers.

identity_providers
IdpResponse · object[]
required
total
integer
required