For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Status
OverviewProductsManageAPI ReferenceTutorialsClient Libraries
OverviewProductsManageAPI ReferenceTutorialsClient Libraries
  • API Reference
      • GETList agent phone numbers
      • POSTCreate agent phone number
      • GETGet agent phone number
      • DELDelete agent phone number
      • DELForce delete agent phone number
Status
LogoLogo
API ReferenceAgent Phone Numbers

Get agent phone number

GET
https://app.resemble.ai/api/v2/phone_numbers/:id
GET
/api/v2/phone_numbers/:id
$curl https://app.resemble.ai/api/v2/phone_numbers/1 \
> -H "Authorization: Bearer <token>"
200Retrieved
1{
2 "success": true,
3 "item": {}
4}
Get agent phone number details
Was this page helpful?
Previous

Delete agent phone number

Next
Built with

Authentication

AuthorizationBearer

API token from https://app.resemble.ai/account/api

Path parameters

idintegerRequired

Response

Phone number details
successboolean
itemobject