curl -X GET "https://us.api.bland.ai/v1/custom-dialing-pools" \
-H "Authorization: YOUR_API_KEY"
{
"status": "success",
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"owner_id": "550e8400-e29b-41d4-a716-446655440002",
"phone_numbers": ["+12345678901", "+19876543210", "+15551234567"],
"encrypted_key": "550e8400-e29b-41d4-a716-446655440000",
"created_at": "2024-01-15T10:30:00Z"
},
{
"id": "550e8400-e29b-41d4-a716-446655440003",
"owner_id": "550e8400-e29b-41d4-a716-446655440002",
"phone_numbers": ["+13105551234", "+19175555678"],
"encrypted_key": null,
"created_at": "2024-01-16T14:45:00Z"
}
],
"errors": null
}
Retrieve all custom dialing pools for your organization.
curl -X GET "https://us.api.bland.ai/v1/custom-dialing-pools" \
-H "Authorization: YOUR_API_KEY"
{
"status": "success",
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"owner_id": "550e8400-e29b-41d4-a716-446655440002",
"phone_numbers": ["+12345678901", "+19876543210", "+15551234567"],
"encrypted_key": "550e8400-e29b-41d4-a716-446655440000",
"created_at": "2024-01-15T10:30:00Z"
},
{
"id": "550e8400-e29b-41d4-a716-446655440003",
"owner_id": "550e8400-e29b-41d4-a716-446655440002",
"phone_numbers": ["+13105551234", "+19175555678"],
"encrypted_key": null,
"created_at": "2024-01-16T14:45:00Z"
}
],
"errors": null
}
success
or error
.success
).Show pool object properties
curl -X GET "https://us.api.bland.ai/v1/custom-dialing-pools" \
-H "Authorization: YOUR_API_KEY"
{
"status": "success",
"data": [
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"owner_id": "550e8400-e29b-41d4-a716-446655440002",
"phone_numbers": ["+12345678901", "+19876543210", "+15551234567"],
"encrypted_key": "550e8400-e29b-41d4-a716-446655440000",
"created_at": "2024-01-15T10:30:00Z"
},
{
"id": "550e8400-e29b-41d4-a716-446655440003",
"owner_id": "550e8400-e29b-41d4-a716-446655440002",
"phone_numbers": ["+13105551234", "+19175555678"],
"encrypted_key": null,
"created_at": "2024-01-16T14:45:00Z"
}
],
"errors": null
}