{ "opencollection": "1.0.0", "info": { "name": "Artsy Public Applications Partner Contacts API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Xapp-Token", "value": "{{X-Xapp-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Partner Contacts", "type": "folder" }, "items": [ { "info": { "name": "List partner contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.artsy.net/api/partner_contacts", "params": [ { "name": "partner_id", "value": "", "type": "query", "description": "Filter by partner id." }, { "name": "can_contact", "value": "", "type": "query", "description": "Filter contacts that can be contacted." }, { "name": "partner_communication_id", "value": "", "type": "query", "description": "Filter by partner communication id." }, { "name": "total_count", "value": "", "type": "query", "description": "Set to 1 to include the total item count in the response (counting is not free and off by default)." }, { "name": "size", "value": "", "type": "query", "description": "Limit the number of embedded items returned." }, { "name": "cursor", "value": "", "type": "query", "description": "A position within the results set for cursor-based pagination." }, { "name": "offset", "value": "", "type": "query", "description": "Skip this number of items (mutually exclusive with cursor)." }, { "name": "sample", "value": "", "type": "query", "description": "Redirect to a random element in the collection." }, { "name": "sort", "value": "", "type": "query", "description": "Sort order for the results." } ] }, "docs": "Partner contacts" }, { "info": { "name": "Get a partner contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.artsy.net/api/partner_contacts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The partner_contact id." } ] }, "docs": "Get a partner contact" } ] } ], "bundled": true }