Skip to content
Documentation/canton-network-docs/Ledger APIOpenAPIView on canton-network-docs
canton-network-docs/Ledger APIOpenAPI

GET /v2/idps

GET
/
v2
/
idps
Try it
GET /v2/idps

cURL

curl --request GET \
  --url https://api.example.com/v2/idps \
  --header 'Authorization: Bearer <token>'
200
400
default
{
  "identityProviderConfigs": [
    {
      "identityProviderId": "<string>",
      "issuer": "<string>",
      "jwksUrl": "<string>",
      "isDeactivated": true,
      "audience": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Ledger API standard JWT token

Response

200
application/json
identityProviderConfigs
IdentityProviderConfig · object[]
required

The list of identity provider configs

Required: must be non-empty

Show child attributes