{ "opencollection": "1.0.0", "info": { "name": "Kinde Account API Keys Property Categories API", "version": "1" }, "items": [ { "info": { "name": "Property Categories", "type": "folder" }, "items": [ { "info": { "name": "List categories", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/property_categories", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Number of results per page. Defaults to 10 if parameter not sent." }, { "name": "starting_after", "value": "", "type": "query", "description": "The ID of the category to start after." }, { "name": "ending_before", "value": "", "type": "query", "description": "The ID of the category to end before." }, { "name": "context", "value": "", "type": "query", "description": "Filter the results by User or Organization context" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of categories.\n\n
\n read:property_categories\n
\n" }, { "info": { "name": "Create Category", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/property_categories", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create category.\n\n
\n create:property_categories\n
\n" }, { "info": { "name": "Update Category", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/property_categories/:category_id", "params": [ { "name": "category_id", "value": "", "type": "path", "description": "The unique identifier for the category." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update category.\n\n
\n update:property_categories\n
\n" } ] } ], "bundled": true }