{ "opencollection": "1.0.0", "info": { "name": "Census Activations REST Destinations Models API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Models", "type": "folder" }, "items": [ { "info": { "name": "List models", "type": "http" }, "http": { "method": "GET", "url": "https://app.getcensus.com/api/v1/models", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "List models" }, { "info": { "name": "Create a model", "type": "http" }, "http": { "method": "POST", "url": "https://app.getcensus.com/api/v1/models", "body": { "type": "json", "data": "{}" } }, "docs": "Create a model" }, { "info": { "name": "Get a model", "type": "http" }, "http": { "method": "GET", "url": "https://app.getcensus.com/api/v1/models/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a model" }, { "info": { "name": "Update a model", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.getcensus.com/api/v1/models/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a model" }, { "info": { "name": "Delete a model", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.getcensus.com/api/v1/models/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a model" } ] } ], "bundled": true }