Calls
Intelligence
Conversational Pathways
- GETGet All Pathways Information
- GETGet Single Pathway Information
- POSTCreate Pathway
- POSTUpdate Pathway
- DELDelete Pathway
- Pathway Chat
- Pathway Versions
- Pathway Folders
Vector Knowledge Bases
Blocked Numbers
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
Account
Organizations
- POSTCreate Organization
- DELDelete Organization
- GETGet Organization
- GETGet Organization Members
- GETGet Organization's Current Service Version
- GETList Organization's Service Versions
- PATCHUpdate Organization's Service Version
- PATCHUpdate Organization Members
- PATCHUpdate Organization Member Permissions
- PATCHUpdate Organization Properties
- GETGet User Organization Memberships
- DELLeave Organization
- GETGet Organization Billing Information
- GETGet Organization Billing Refill Information
SMS
List Outbound Numbers
Retrieves a list of all outbound phone numbers configured for your account, along with their associated settings.
GET
/
v1
/
outbound
List Outbound Numbers
Copy
Ask AI
curl --request GET \
--url https://api.bland.ai/v1/outbound \
--header 'authorization: <authorization>'
Copy
Ask AI
{
"outbound_numbers": [
{
"created_at": "2023-11-27T17:21:38.33359+00:00",
"phone_number": "+18005551234",
"last_initiated": "2023-12-08T21:47:49.808+00:00"
},
//...
]
}
Headers
Your API key for authentication.
Response
An array of outbound phone number objects.
Copy
Ask AI
{
"outbound_numbers": [
{
"created_at": "2023-11-27T17:21:38.33359+00:00",
"phone_number": "+18005551234",
"last_initiated": "2023-12-08T21:47:49.808+00:00"
},
//...
]
}
List Outbound Numbers
Copy
Ask AI
curl --request GET \
--url https://api.bland.ai/v1/outbound \
--header 'authorization: <authorization>'
Copy
Ask AI
{
"outbound_numbers": [
{
"created_at": "2023-11-27T17:21:38.33359+00:00",
"phone_number": "+18005551234",
"last_initiated": "2023-12-08T21:47:49.808+00:00"
},
//...
]
}
Assistant
Responses are generated using AI and may contain mistakes.