Documentation Index
Fetch the complete documentation index at: https://orbit-docs.devotel.io/llms.txt
Use this file to discover all available pages before exploring further.
Number Masking (Proxy) API
Connect Party A to Party B via a third “proxy” number — both sides dial / SMS the proxy and the platform forwards. Used by marketplaces and ride-share apps where the buyer and seller shouldn’t see each other’s real phone number. Base path:/api/v1/proxy
Authentication: API key (X-API-Key) or session JWT.
Sessions
A session is the active mapping. While the session is open, calls and SMS to the proxy number from Party A are forwarded to Party B and vice versa.| Method | Path | Purpose |
|---|---|---|
POST | /v1/proxy/sessions | Create a session (book a proxy number) |
GET | /v1/proxy/sessions | List active sessions |
GET | /v1/proxy/sessions/{id} | Get a session |
DELETE | /v1/proxy/sessions/{id} | Close a session |
Inbound webhook
Carrier inbound traffic to the proxy number is posted toPOST /api/v1/proxy/inbound — platform-managed. You don’t call this directly.
Example — book a proxy session for an Uber-style ride
DELETE when the trip ends.