Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v2/idps \ --header 'Authorization: Bearer <token>'
{ "identityProviderConfigs": [ { "identityProviderId": "<string>", "issuer": "<string>", "jwksUrl": "<string>", "isDeactivated": true, "audience": "<string>" } ] }
List all existing identity provider configurations.
Ledger API standard JWT token
The list of identity provider configs
Required: must be non-empty
Show child attributes