LIST - List all IdPs
POST {{baseUrl}}/config/idp/open-ids?offset=<integer>&limit=10
This endpoint read all IdPs configured for the organisation in the consent building block.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | string | Requested index for start of resources to be provided in response requested by client | |
limit | number | Number of items returned per page. Requested number of resources to be provided in response requested by client |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"idps":[{"value":"\u003cError: Could not resolve allOf schema"},{"value":"\u003cError: Could not resolve allOf schema"}],"pagination":{"currentPage":"\u003cinteger\u003e","totalItems":"\u003cinteger\u003e","totalPages":"\u003cinteger\u003e","limit":"\u003cinteger\u003e","hasPrevious":"\u003cboolean\u003e","hasNext":"\u003cboolean\u003e"}}