{ "opencollection": "1.0.0", "info": { "name": "UserGems Accounts Contacts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "Add Contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.usergems.com/v1/contact", "body": { "type": "json", "data": "{}" } }, "docs": "Enqueue a contact for UserGems to track for job changes. The contact is\nidentified by email; optional fields enrich the tracked record with name,\ncompany, LinkedIn URL, relationship type, signal label, and up to 100\ncustom signal fields. The API returns immediately once the contact is\naccepted into the processing queue.\n" }, { "info": { "name": "Delete Contact", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.usergems.com/v1/contact", "params": [ { "name": "email", "value": "", "type": "query", "description": "Email address of the contact to remove." }, { "name": "relationshipType", "value": "", "type": "query", "description": "Restrict deletion to a single relationship type bucket." }, { "name": "signal", "value": "", "type": "query", "description": "Restrict deletion to a single signal label." } ] }, "docs": "Remove a contact from UserGems' tracked list. The contact is identified\nby email; relationshipType and signal narrow the deletion to a specific\nscope so the same email can remain tracked under other relationship or\nsignal combinations.\n" } ] } ], "bundled": true }