{ "opencollection": "1.0.0", "info": { "name": "Kinde Account API Keys Connections API", "version": "1" }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "Get connections", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/connections", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Number of results per page. Defaults to 10 if parameter not sent." }, { "name": "home_realm_domain", "value": "", "type": "query", "description": "Filter the results by the home realm domain." }, { "name": "starting_after", "value": "", "type": "query", "description": "The ID of the connection to start after." }, { "name": "ending_before", "value": "", "type": "query", "description": "The ID of the connection to end before." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of authentication connections. Optionally you can filter this by a home realm domain.\n\n
read:connections\ncreate:connections\nread:connections\nupdate:connections\nupdate:connections\ndelete:connections\n