{ "opencollection": "1.0.0", "info": { "name": "API Reference agent-webhooks contactCards API", "version": "1.0.0" }, "items": [ { "info": { "name": "contactCards", "type": "folder" }, "items": [ { "info": { "name": "Get Contact Card", "type": "http" }, "http": { "method": "GET", "url": "https://api.agentphone.ai/v1/numbers/:number_id/contact-card", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "number_id", "value": "", "type": "path" } ] }, "docs": "Fetch the iMessage contact card set on this number." }, { "info": { "name": "Put Contact Card", "type": "http" }, "http": { "method": "PUT", "url": "https://api.agentphone.ai/v1/numbers/:number_id/contact-card", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "number_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or replace the iMessage contact card on this number." }, { "info": { "name": "Delete Contact Card", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.agentphone.ai/v1/numbers/:number_id/contact-card", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "number_id", "value": "", "type": "path" } ] }, "docs": "Remove the iMessage contact card from this number." } ] } ], "bundled": true }