🚀 API 2.0 is now live! See our API Reference for details.
🚀 API 2.0 is now live! See our API Reference for details.
Retrieves all active phone numbers of the account.
curl --request GET \
--url https://api.nlpearl.ai/v2/Account/PhoneNumbers \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"number": "<string>",
"direction": 123
}
]Documentation Index
Fetch the complete documentation index at: https://developers.nlpearl.ai/llms.txt
Use this file to discover all available pages before exploring further.
Specify the authorization token.
For more information, check out the Authorization Guide.
The list of active phone numbers for the account.
The unique identifier of the phone number.
The phone number in E.164 format.
Phone number direction (supported call capabilities).
1 - InboundOutbound
2 - Inbound
3 - Outbound
10 - NotSet
curl --request GET \
--url https://api.nlpearl.ai/v2/Account/PhoneNumbers \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"number": "<string>",
"direction": 123
}
]