curl https://api.magpipe.ai/functions/v1/manage-call-whitelist?agent_id=3f2504e0-4f89-11d3-9a0c-0305e82c3301 \
-H "Authorization: Bearer YOUR_API_KEY"
{
"entries": [
{
"id": "a1b2c3d4-0000-0000-0000-000000000001",
"caller_number": "+16045551234",
"forward_to": "+16045559876",
"label": "Kyler's son",
"created_at": "2026-03-15T08:00:00Z"
}
]
}
List all call whitelist entries for an agent
curl https://api.magpipe.ai/functions/v1/manage-call-whitelist?agent_id=3f2504e0-4f89-11d3-9a0c-0305e82c3301 \
-H "Authorization: Bearer YOUR_API_KEY"
{
"entries": [
{
"id": "a1b2c3d4-0000-0000-0000-000000000001",
"caller_number": "+16045551234",
"forward_to": "+16045559876",
"label": "Kyler's son",
"created_at": "2026-03-15T08:00:00Z"
}
]
}
3f2504e0-4f89-11d3-9a0c-0305e82c3301Show Entry fields
curl https://api.magpipe.ai/functions/v1/manage-call-whitelist?agent_id=3f2504e0-4f89-11d3-9a0c-0305e82c3301 \
-H "Authorization: Bearer YOUR_API_KEY"
{
"entries": [
{
"id": "a1b2c3d4-0000-0000-0000-000000000001",
"caller_number": "+16045551234",
"forward_to": "+16045559876",
"label": "Kyler's son",
"created_at": "2026-03-15T08:00:00Z"
}
]
}