{ "opencollection": "1.0.0", "info": { "name": "Artsy Public Applications Profiles API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Xapp-Token", "value": "{{X-Xapp-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Profiles", "type": "folder" }, "items": [ { "info": { "name": "List profiles", "type": "http" }, "http": { "method": "GET", "url": "https://api.artsy.net/api/profiles", "params": [ { "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": "Public profiles" }, { "info": { "name": "Get a profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.artsy.net/api/profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The profile id." } ] }, "docs": "Get a profile" } ] } ], "bundled": true }