v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Identity Providers

List identity providers

Get all identity providers available for the current organization.

get/api/v2/identity_providers

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "authentication_method": "SAML",
        "enabled": true
      },
      "id": "00000000-0000-0000-0000-000000000001",
      "type": "identity_providers"
    }
  ]
}