Simple Phones Help
  • Basics
    • Creating an agent
    • Inbound Calls
    • Outbound Calls
    • Routing
    • Crawling
  • Webhooks
    • What are webhooks?
    • Get started with webhooks
  • Developers
    • Authentication
    • List of Numbers
    • List of Calls
    • Call Details & Transcript
    • Outbound Call
  • Links
    • Simple Phones Website
    • Contact Us
Powered by GitBook
On this page
  1. Developers

List of Numbers

This endpoint will retrieve a list of up to 100 of the latest created numbers for your account:

GET https://api.simplephones.ai/v1/numbers/user

Example return value:

[
  {
    _id: '64211d3f0c7bc80023ca863c',
    user: 'ddc6e69e5e97ec915cf9b23f',
    rawNumber: '+15555555555',
    formattedNumber: '(555) 555-5555',
    language: 'en',
    created: '2023-03-01T12:00:00.000Z',
    lastCall: '2023-03-01T12:00:00.000Z'
  }
]
PreviousAuthenticationNextList of Calls

Last updated 1 year ago