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>" } ] }
Ledger API standard JWT token
The list of identity provider configs
Required: must be non-empty
Show child attributes