Documentation Index
Fetch the complete documentation index at: https://docs.orbit.devotel.io/llms.txt
Use this file to discover all available pages before exploring further.
Numbers API
Numbers endpoints exposed by the Devotel CPaaS API Base path:/api/v1/numbers/lookup
Endpoint count: 1
Full phone number intelligence lookup
GET /api/v1/numbers/lookup/{phoneNumber}fields= is supplied (comma-separated or JSON array), the response also carries a dataPackages map keyed by the requested field names — each entry carries a discriminated status enum (available | coming_soon | not_implemented | error), a reason string, the intended provider, and an optional data payload when realised. Fields whose upstream provider is not yet contracted (cnam, identity_match, call_forwarding, number_reputation) return coming_soon — they are advertised for SDK shape stability but no realised payload is available today. Mirrors the Twilio Lookup v2 add-on selector.
Phone number in E.164 format. URL-encode the leading
+ (or use %2B). The route also accepts an unencoded + for back-compat — decodeURIComponent runs server-side.Optional Twilio-compat data-package selector. Comma-separated list of field names from the enumeration below (case-insensitive, deduped server-side, max 16 fields per request). Unknown field names reject the whole request with 400.