{ "opencollection": "1.0.0", "info": { "name": "Kinde Account API Keys Properties API", "version": "1" }, "items": [ { "info": { "name": "Properties", "type": "folder" }, "items": [ { "info": { "name": "Get properties", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/account_api/v1/properties", "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 property to start after." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns all properties for the user\n" }, { "info": { "name": "List properties", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/properties", "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 property to start after." }, { "name": "ending_before", "value": "", "type": "query", "description": "The ID of the property to end before." }, { "name": "context", "value": "", "type": "query", "description": "Filter results by user, organization or application context" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of properties\n\n
\n read:properties\n
\n" }, { "info": { "name": "Create Property", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/properties", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create property.\n\n
\n create:properties\n
\n" }, { "info": { "name": "Update Property", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/properties/:property_id", "params": [ { "name": "property_id", "value": "", "type": "path", "description": "The unique identifier for the property." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update property.\n\n
\n update:properties\n
\n" }, { "info": { "name": "Delete Property", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/properties/:property_id", "params": [ { "name": "property_id", "value": "", "type": "path", "description": "The unique identifier for the property." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete property.\n\n
\n delete:properties\n
\n" } ] } ], "bundled": true }