Vinix· docs
API referenceCore APIMessaging

SMS

SMS send / receive API — coming soon.

Coming soon. A public SMS send / receive API is on the roadmap and not yet available. This page will fill in when the surface ships.

What this will cover

When the SMS API is released, expect:

  • PUT /accounts/{account_id}/sms to send a single message.
  • GET /accounts/{account_id}/sms to list message history with cursor-based pagination and created_after filtering.
  • GET /accounts/{account_id}/sms/{message_id} for status lookups on a specific outbound or inbound message.
  • A webhook hook: "sms" event family for delivery + inbound receipts — see Events & Notifications → Webhooks.

In the meantime

If you need SMS today, reach out to [email protected] — early-access pilots may be available case-by-case.

On this page