ClickSend SMS website screenshot

ClickSend SMS

ClickSend is a global business communications platform for sending and receiving SMS, MMS, voice, email, fax, and physical post via API or web dashboard, with direct carrier routing and a 99.95% uptime SLA. The ClickSend REST API v3 provides endpoints for SMS, MMS, voice, email, fax, post letters, contacts, accounts, and webhooks, secured with HTTP Basic Authentication using a username and API key.

1 APIs 0 Features
SMSMMSMessagingVoiceEmailFaxDirect MailCommunications

APIs

ClickSend REST API v3

REST API v3 for ClickSend covering SMS, MMS, voice broadcasts, email, fax, post letters and postcards, contact lists, accounts, subaccounts, and webhook subscriptions. Authentic...

Collections

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
Signup
Signup
🔗
Knowledge Base
Knowledge Base
📰
Blog
Blog

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: ClickSend SMS REST API v3
  version: 3.0.0
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Send SMS messages
    type: http
  http:
    method: POST
    url: https://rest.clicksend.com/v3/sms/send
    body:
      type: json
      data: '{}'
  docs: Send one or more SMS messages to recipients.
- info:
    name: Calculate SMS price
    type: http
  http:
    method: POST
    url: https://rest.clicksend.com/v3/sms/price
    body:
      type: json
      data: '{}'
  docs: Estimate the cost of sending one or more SMS messages.
- info:
    name: List delivery receipts
    type: http
  http:
    method: GET
    url: https://rest.clicksend.com/v3/sms/receipts
    params:
    - name: page
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
  docs: List delivery receipts
- info:
    name: Create a test delivery receipt
    type: http
  http:
    method: POST
    url: https://rest.clicksend.com/v3/sms/receipts
    body:
      type: json
      data: '{}'
  docs: Create a test delivery receipt
- info:
    name: Get a single SMS receipt
    type: http
  http:
    method: GET
    url: https://rest.clicksend.com/v3/sms/receipts/:message_id
    params:
    - name: message_id
      value: ''
      type: path
  docs: Get a single SMS receipt
- info:
    name: Mark SMS receipts as read
    type: http
  http:
    method: PUT
    url: https://rest.clicksend.com/v3/sms/receipts-read
    body:
      type: json
      data: '{}'
  docs: Mark SMS receipts as read
- info:
    name: Create a test inbound SMS
    type: http
  http:
    method: POST
    url: https://rest.clicksend.com/v3/sms/
    body:
      type: json
      data: '{}'
  docs: Generate an inbound test message for webhook verification.
bundled: true