{ "opencollection": "1.0.0", "info": { "name": "COR Attachments Contacts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "Get contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.projectcor.com/v1/contacts", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number (default: 1). Set to `false` to disable pagination." }, { "name": "perPage", "value": "", "type": "query", "description": "Number of items per page (default: 20)." } ] }, "docs": "Retrieves a paginated list of contacts. By default, responses are paginated with 20 items per page." }, { "info": { "name": "Get contact by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.projectcor.com/v1/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get contact by ID" }, { "info": { "name": "Get contact by name", "type": "http" }, "http": { "method": "GET", "url": "https://api.projectcor.com/v1/contacts/search-by-name/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Get contact by name" } ] } ], "bundled": true }