{ "opencollection": "1.0.0", "info": { "name": "Kinde Account API Keys Applications API", "version": "1" }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Get applications", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/applications", "params": [ { "name": "sort", "value": "", "type": "query", "description": "Field and order to sort the result by." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of results per page. Defaults to 10 if parameter not sent." }, { "name": "next_token", "value": "", "type": "query", "description": "A string to get the next page of results if there are more results." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a list of applications / clients.\n\n
\n read:applications\n
\n" }, { "info": { "name": "Create application", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/applications", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new client.\n\n
\n create:applications\n
\n" }, { "info": { "name": "Get application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/applications/:application_id", "params": [ { "name": "application_id", "value": "", "type": "path", "description": "The identifier for the application." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Gets an application given the application's ID.\n\n
\n read:applications\n
\n" }, { "info": { "name": "Update Application", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/applications/:application_id", "params": [ { "name": "application_id", "value": "", "type": "path", "description": "The identifier for the application." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates a client's settings. For more information, read [Applications in Kinde](https://docs.kinde.com/build/applications/about-applications)\n\n
\n update:applications\n
\n" }, { "info": { "name": "Delete application", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/applications/:application_id", "params": [ { "name": "application_id", "value": "", "type": "path", "description": "The identifier for the application." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a client / application.\n\n
\n delete:applications\n
\n" }, { "info": { "name": "Get connections", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/applications/:application_id/connections", "params": [ { "name": "application_id", "value": "", "type": "path", "description": "The identifier/client ID for the application." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Gets all connections for an application.\n\n
\n read:application_connections\n
\n" }, { "info": { "name": "Enable connection", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/applications/:application_id/connections/:connection_id", "params": [ { "name": "application_id", "value": "", "type": "path", "description": "The identifier/client ID for the application." }, { "name": "connection_id", "value": "", "type": "path", "description": "The identifier for the connection." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Enable an auth connection for an application.\n\n
\n create:application_connections\n
\n" }, { "info": { "name": "Remove connection", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/applications/:application_id/connections/:connection_id", "params": [ { "name": "application_id", "value": "", "type": "path", "description": "The identifier/client ID for the application." }, { "name": "connection_id", "value": "", "type": "path", "description": "The identifier for the connection." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Turn off an auth connection for an application\n\n
\n delete:application_connections\n
\n" }, { "info": { "name": "Get property values", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/applications/:application_id/properties", "params": [ { "name": "application_id", "value": "", "type": "path", "description": "The application's ID / client ID." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Gets properties for an application by client ID.\n\n
\n read:application_properties\n
\n" }, { "info": { "name": "Update property", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/applications/:application_id/properties/:property_key", "params": [ { "name": "application_id", "value": "", "type": "path", "description": "The application's ID / client ID." }, { "name": "property_key", "value": "", "type": "path", "description": "The property's key." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update application property value.\n\n
\n update:application_properties\n
\n" }, { "info": { "name": "Update application tokens", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/applications/:application_id/tokens", "params": [ { "name": "application_id", "value": "", "type": "path", "description": "The identifier/client ID for the application." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Configure tokens for an application.\n
\n update:application_tokens\n
\n" } ] } ], "bundled": true }