{ "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
\n read:connections\n
\n" }, { "info": { "name": "Create Connection", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/connections", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Connection.\n\n
\n create:connections\n
\n" }, { "info": { "name": "Get Connection", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/connections/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "The unique identifier for the connection." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Connection.\n\n
\n read:connections\n
\n" }, { "info": { "name": "Replace Connection", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/connections/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "The unique identifier for the connection." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Replace Connection Config.\n\n
\n update:connections\n
\n" }, { "info": { "name": "Update Connection", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/connections/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "The unique identifier for the connection." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Connection.\n\n
\n update:connections\n
\n" }, { "info": { "name": "Delete Connection", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/connections/:connection_id", "params": [ { "name": "connection_id", "value": "", "type": "path", "description": "The identifier for the connection." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete connection.\n\n
\n delete:connections\n
\n" } ] } ], "bundled": true }