curl -X POST https://mtxbiyilvgwhbdptysex.supabase.co/functions/v1/list-phone-numbers \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'
{
"numbers": [
{
"id": "a1b2c3d4-5678-9012-3456-789012345678",
"phone_number": "+16045551234",
"friendly_name": "Main Line",
"agent_id": "550e8400-e29b-41d4-a716-446655440000",
"agent_name": "Sarah - Receptionist",
"capabilities": {
"voice": true,
"sms": true,
"mms": true
},
"is_active": true,
"created_at": "2024-01-10T10:00:00Z"
},
{
"id": "b2c3d4e5-6789-0123-4567-890123456789",
"phone_number": "+16045559999",
"friendly_name": "Support Line",
"agent_id": null,
"agent_name": null,
"capabilities": {
"voice": true,
"sms": true,
"mms": false
},
"is_active": true,
"created_at": "2024-01-12T14:00:00Z"
}
],
"total": 2
}
List all phone numbers in your account
curl -X POST https://mtxbiyilvgwhbdptysex.supabase.co/functions/v1/list-phone-numbers \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'
{
"numbers": [
{
"id": "a1b2c3d4-5678-9012-3456-789012345678",
"phone_number": "+16045551234",
"friendly_name": "Main Line",
"agent_id": "550e8400-e29b-41d4-a716-446655440000",
"agent_name": "Sarah - Receptionist",
"capabilities": {
"voice": true,
"sms": true,
"mms": true
},
"is_active": true,
"created_at": "2024-01-10T10:00:00Z"
},
{
"id": "b2c3d4e5-6789-0123-4567-890123456789",
"phone_number": "+16045559999",
"friendly_name": "Support Line",
"agent_id": null,
"agent_name": null,
"capabilities": {
"voice": true,
"sms": true,
"mms": false
},
"is_active": true,
"created_at": "2024-01-12T14:00:00Z"
}
],
"total": 2
}
curl -X POST https://mtxbiyilvgwhbdptysex.supabase.co/functions/v1/list-phone-numbers \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'
{
"numbers": [
{
"id": "a1b2c3d4-5678-9012-3456-789012345678",
"phone_number": "+16045551234",
"friendly_name": "Main Line",
"agent_id": "550e8400-e29b-41d4-a716-446655440000",
"agent_name": "Sarah - Receptionist",
"capabilities": {
"voice": true,
"sms": true,
"mms": true
},
"is_active": true,
"created_at": "2024-01-10T10:00:00Z"
},
{
"id": "b2c3d4e5-6789-0123-4567-890123456789",
"phone_number": "+16045559999",
"friendly_name": "Support Line",
"agent_id": null,
"agent_name": null,
"capabilities": {
"voice": true,
"sms": true,
"mms": false
},
"is_active": true,
"created_at": "2024-01-12T14:00:00Z"
}
],
"total": 2
}