{ "opencollection": "1.0.0", "info": { "name": "Kinde Management API Keys Permissions API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Permissions", "type": "folder" }, "items": [ { "info": { "name": "List Permissions", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.kinde.com/api/v1/permissions", "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": "The returned list can be sorted by permission name or permission ID in ascending or descending order. The number of records to return at a time can also be controlled using the `page_size` query string parameter.\n\n
\n read:permissions\n
" }, { "info": { "name": "Create Permission", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.kinde.com/api/v1/permissions", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new permission.\n\n
\n create:permissions\n
" }, { "info": { "name": "Update Permission", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.kinde.com/api/v1/permissions/:permission_id", "params": [ { "name": "permission_id", "value": "", "type": "path", "description": "The identifier for the permission." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update permission\n\n
\n update:permissions\n
" }, { "info": { "name": "Delete Permission", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.kinde.com/api/v1/permissions/:permission_id", "params": [ { "name": "permission_id", "value": "", "type": "path", "description": "The identifier for the permission." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete permission\n\n
\n delete:permissions\n
" } ] } ], "bundled": true }