Launch offer Get 50% off every monthly plan for a limited time. View plans →

Endpoints overview

Base URL: https://api.reachcell.com. All requests require Authorization: Bearer <key> and Content-Type: application/json on POST/PUT.

Paginated list endpoints accept page and per_page query parameters and return a meta object with total, page, per_page, and total_pages.

MethodPathDescription
GET/v1/numbersList numbers provisioned to your account.
POST/v1/numbers/provisionProvision a number (body: country_code, whatsapp_required, label).
DELETE/v1/numbers/{number_id}Release a provisioned number.
POST/v1/sms/sendSend an SMS (body: from, to, body).
GET/v1/sms/{message_id}Get a message and its delivery status.
GET/v1/smsList messages (filters: number, direction, status, from_date, to_date).
POST/v1/calls/dialInitiate an outbound call (body: from, to).
POST/v1/calls/{call_id}/hangupHang up an active or ringing call.
POST/v1/calls/{call_id}/answerAnswer a ringing inbound call.
GET/v1/calls/{call_id}Get call details and status.
GET/v1/callsList calls (filters: number, direction, status, from_date, to_date).
POST/v1/webhooksCreate a webhook (body: url, label, events).
GET/v1/webhooksList webhooks.
GET/v1/webhooks/{id}Get a webhook.
PUT/v1/webhooks/{id}Update a webhook.
DELETE/v1/webhooks/{id}Delete a webhook.
POST/v1/webhooks/{id}/testSend a test event to a webhook.
GET/v1/accountAccount information.
GET/v1/account/usageCurrent billing period usage.
GET/v1/account/balanceCurrent credit balance.
GET/v1/healthService health check (no auth required).
© 2026 ReachCell · Terms · Privacy · AUP · API v1 · support@reachcell.com