{ "opencollection": "1.0.0", "info": { "name": "Ascend API V1 Accounts Contacts API", "version": "v1" }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.useascend.com/v1/contacts", "params": [ { "name": "email", "value": "", "type": "query", "description": "Filter by contact email address (case-insensitive)" }, { "name": "page", "value": "", "type": "query", "description": "Page number for paginating results. Default is 1." }, { "name": "updated_at", "value": "", "type": "query", "description": "Only return contacts that were updated during the given date interval. The date should be defined as an ISO-8601 datetime." }, { "name": "created_at", "value": "", "type": "query", "description": "Only return contacts that were created during the given date interval. The date should be defined as an ISO-8601 datetime." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Contacts" }, { "info": { "name": "Create Contact", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.useascend.com/v1/contacts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Contact" }, { "info": { "name": "Get Contact", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.useascend.com/v1/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Contact" }, { "info": { "name": "Update contact", "type": "http" }, "http": { "method": "PATCH", "url": "https://sandbox.api.useascend.com/v1/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update contact" } ] } ], "bundled": true }