{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes contacts API", "version": "0.1" }, "items": [ { "info": { "name": "contacts", "type": "folder" }, "items": [ { "info": { "name": "getContacts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/users/current/contacts", "params": [ { "name": "user", "value": "", "type": "query" } ] } }, { "info": { "name": "inviteContacts", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/users/current/contacts/invite", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "inviteContactsV2", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/users/current/contacts/invite/v2", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getContactsV2", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/users/current/contacts/v2", "params": [ { "name": "user", "value": "", "type": "query" }, { "name": "includePendingInvites", "value": "", "type": "query" }, { "name": "contactTypes", "value": "", "type": "query" } ] } }, { "info": { "name": "getContactsV3", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/users/current/contacts/v3", "params": [ { "name": "user", "value": "", "type": "query" }, { "name": "includePendingInvites", "value": "", "type": "query" }, { "name": "lastEmailOrEmpty", "value": "", "type": "query" }, { "name": "countPerPage", "value": "", "type": "query" }, { "name": "contactTypes", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] } }, { "info": { "name": "getContactsV4ForCalendar", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/users/current/contacts/v4/directory/:calendarId", "params": [ { "name": "user", "value": "", "type": "query" }, { "name": "calendarId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "contactTypes", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] } }, { "info": { "name": "getContactsV4ForCalendar_1", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/users/current/contacts/v4/top-contacts/:calendarId", "params": [ { "name": "user", "value": "", "type": "query" }, { "name": "calendarId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" } ] } } ] } ], "bundled": true }