TELORA

Developers

Telecom infrastructure built for developers.

A single REST API for numbers, routing, call records and events — with webhooks, scoped keys and predictable pagination.

Developers

Telecom infrastructure built for developers.

Provision numbers, change routing and pull rated call records straight from your own systems. Every action available in the control centre is available over the API.

  • REST API with predictable resources and cursor pagination
  • Webhooks for call events, provisioning and porting updates
  • Scoped API keys per environment
api.telora.cc/v1
curl -X POST https://api.telora.cc/v1/numbers \
  -H "Authorization: Bearer $TELORA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "country": "GB",
    "type": "local",
    "prefix": "20",
    "route_to": "sip-lon-01.telora.cc"
  }'

API reference

Core endpoints

POST

/v1/numbers

Provision a new DID number.

GET

/v1/numbers

List and filter your inventory.

PATCH

/v1/numbers/:id

Change routing for a number.

GET

/v1/calls

Retrieve rated call records.

GET

/v1/routes

Inspect route health per destination.

POST

/v1/webhooks

Subscribe to call and provisioning events.

Enterprise

Build your communications infrastructure with TELORA.

Talk to our team about routing requirements, number inventory and capacity, or open an account and start testing today.