Skip to main content
POST
/
api
/
public
/
v1
/
telephony
/
numbers
/
import
Import Number
curl --request POST \
  --url https://api.truedy.ai/api/public/v1/telephony/numbers/import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "meta": {
    "request_id": "req_73e786fe-1",
    "timestamp": "2026-02-04T20:12:04.403365Z"
  }
}

Authorizations

Authorization
string
header
required

Your API key. Send in the Authorization header as: Bearer

Body

application/json

The body is of type Request · object.

Response

Resource created successfully