Skip to main content
GET
/
api
/
v1
/
phone-numbers
/
import
List Imported Numbers
curl --request GET \
  --url https://api.ravan.ai/api/v1/phone-numbers/import \
  --header 'X-Api-Key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": [
    {
      "id": "<string>",
      "phone": "<string>",
      "name": "<string>",
      "type": "<string>",
      "termination_uri": "<string>",
      "sip_username": "<string>",
      "status": "<string>",
      "created_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.ravan.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
required
Your Agni API key. Find it in your RavanAi.

Response

success
boolean
Whether the request succeeded.
message
string
Human-readable status message.
data
array
Array of imported number objects.

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json

Successful response

success
boolean
message
string
data
object[]