{ "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
read:property_categories\ncreate:property_categories\nupdate:property_categories\n