{ "opencollection": "1.0.0", "info": { "name": "Legacy API (v1) Account IntegrationContacts API", "version": "v1" }, "items": [ { "info": { "name": "IntegrationContacts", "type": "folder" }, "items": [ { "info": { "name": "IntegrationContacts_Search", "type": "http" }, "http": { "method": "GET", "url": "https://app.practicepanther.com/api/integrations/v1/contacts/search", "params": [ { "name": "search_text", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "IntegrationContacts_GetById", "type": "http" }, "http": { "method": "GET", "url": "https://app.practicepanther.com/api/integrations/v1/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } } ] } ], "bundled": true }