{ "opencollection": "1.0.0", "info": { "name": "Pipedrive API v1 Activities Meetings API", "version": "1.0.0" }, "items": [ { "info": { "name": "Meetings", "type": "folder" }, "items": [ { "info": { "name": "Link a user with the installed video call integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.pipedrive.com/v1/meetings/userProviderLinks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "A video calling provider must call this endpoint after a user has installed the video calling app so that the new user's information is sent." }, { "info": { "name": "Delete the link between a user and the installed video call integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pipedrive.com/v1/meetings/userProviderLinks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier linking a user to the installed integration" } ], "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "A video calling provider must call this endpoint to remove the link between a user and the installed video calling app." } ] } ], "bundled": true }