Skip to content
Telephony/CPaaS

bulksms.com

BulkSMS JSON REST sandbox and mock API

## Overview The JSON REST API allows you to submit and receive [BulkSMS](https://www.bulksms.com/) messages. You can also get access to past messages and see your account profile. The base URL to use for this service is `https://api.bulksms.com/v1`. The base URL cannot be used on its own; you must append a path that identifies an operation and you may have to specify some path parameters as well. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
15
Collections
-
Event types
-
example request
curl https://your-bulksms.slurry.io/v1/blocked-numbers \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 15.

  • GET/blocked-numbers
  • POST/blocked-numbers
  • POST/credit/transfer
  • GET/messages
  • POST/messages
  • GET/messages/send
  • GET/messages/{id}
  • GET/messages/{id}/relatedReceivedMessages
  • GET/profile
  • POST/rmm/pre-sign-attachment
  • GET/webhooks
  • POST/webhooks