GoldenShooter
Docs · API

API reference

HTTP endpoints for calls, messaging, numbers, and webhooks. All requests use your session or API key.

Authentication

Dashboard and panel requests are authenticated with a secure, HttpOnly session cookie. Server-to-server requests use a workspace API key in the Authorization header.

Core endpoints

MethodEndpointDescription
POST/api/telnyx/calls/dialPlace an outbound call
POST/api/telnyx/messagesSend an SMS / MMS
GET/api/telnyx/messagesList messages
GET/api/telnyx/callsList call history (CDR)
GET/api/telnyx/numbersList phone numbers
POST/api/telnyx/webhook/call-controlReceive call events
POST/api/telnyx/webhook/smsReceive inbound SMS

See SDKs for typed clients, or contact us for full reference access.