Sinch · Example Payload

Sinch Send Sms Batch Example

Example request and response for sending a batch SMS message via the Sinch SMS API

CommunicationsMessagingSMSVoiceVerificationCPaaS

Sinch Send Sms Batch Example is an example object payload from Sinch, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "Send SMS Batch Example",
  "description": "Example request and response for sending a batch SMS message via the Sinch SMS API",
  "request": {
    "method": "POST",
    "url": "https://us.sms.api.sinch.com/xms/v1/{service_plan_id}/batches",
    "headers": {
      "Authorization": "Bearer your-api-token-here",
      "Content-Type": "application/json"
    },
    "body": {
      "from": "+12025551234",
      "to": ["+14155552345", "+14155553456"],
      "body": "Your verification code is: ${code}",
      "parameters": {
        "code": {
          "+14155552345": "847291",
          "+14155553456": "193847"
        }
      },
      "delivery_report": "full",
      "send_at": "2026-05-02T15:00:00Z"
    }
  },
  "response": {
    "status": 201,
    "body": {
      "id": "01H6XYZABC123DEF456GHI",
      "from": "+12025551234",
      "to": ["+14155552345", "+14155553456"],
      "body": "Your verification code is: ${code}",
      "delivery_report": "full",
      "send_at": "2026-05-02T15:00:00Z",
      "created_at": "2026-05-02T12:00:00Z",
      "modified_at": "2026-05-02T12:00:00Z",
      "status": "Queued"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/sinch-send-sms-batch-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.