Insider Transactional SMS API

The Transactional SMS API from Insider — 2 operation(s) for transactional sms.

Operations 2

POST /v1/send Send transactional Single SMS #
POST /v1/sendMultipleMessage Send Transactional Bulk SMS #

Documentation

📖
Documentation
https://academy.insiderone.com/docs/ucd-user-data-apis-overview
📖
APIReference
https://developers.insiderone.com/
📖
Authentication
https://raw.githubusercontent.com/api-evangelist/insider/refs/heads/main/authentication/insider-authentication.yml
📖
RateLimits
https://raw.githubusercontent.com/api-evangelist/insider/refs/heads/main/rate-limits/insider-rate-limits.yml
📖
Documentation
https://academy.insiderone.com/docs/data-collection-consent-apis
📖
Documentation
https://academy.insiderone.com/docs/email-apis-overview
📖
Documentation
https://academy.insiderone.com/docs/transactional-sms-overview
📖
Documentation
https://academy.insiderone.com/docs/whatsapp-transactional-api
📖
Documentation
https://academy.insiderone.com/docs/web-push-apis-overview
📖
Documentation
https://academy.insiderone.com/docs/app-push-apis-overview
📖
Documentation
https://academy.insiderone.com/docs/mobile-app-analytics-apis
📖
Documentation
https://academy.insiderone.com/docs/mobile-app-integration-guide-1
📖
Documentation
https://academy.insiderone.com/docs/otp-for-sms
📖
Documentation
https://academy.insiderone.com/docs/product-catalog-api-introduction
📖
Documentation
https://academy.insiderone.com/docs/recommendation-api
📖
Documentation
https://academy.insiderone.com/docs/eureka-search-api-overview
📖
Documentation
https://academy.insiderone.com/docs/eureka-event-collection-api-implementation
📖
Documentation
https://academy.insiderone.com/docs/email-analytics-api
📖
Documentation
https://academy.insiderone.com/docs/architect-analytics-api
📖
Documentation
https://academy.insiderone.com/docs/transactional-journeys-on-api-call-starter

Specifications

Other Resources

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/insider-transactional-sms-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

insider-transactional-sms-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Insider One SMS Transactional SMS API
  version: 1.0.0
  description: 'Transactional single and bulk SMS sending, plus SMS campaign, overall, transactional and OTP analytics.


    Derived by API Evangelist from Insider One''s own public Postman collection ("Insider One APIs", published at https://developers.insiderone.com/). Paths, methods, headers, query parameters and request/response examples are verbatim from that collection; nothing is invented. The 429 response is documented for all Insider One APIs on https://academy.insiderone.com/docs/api-rate-limits-1 .'
  contact:
    name: Insider One Support
    email: support@useinsider.com
    url: https://academy.insiderone.com/docs/insider-one-apis-1
  termsOfService: https://insiderone.com/terms-of-use/
servers:
- url: https://sms.useinsider.com
tags:
- name: Transactional SMS
paths:
  /v1/send:
    post:
      operationId: sendTransactionalSingleSms
      summary: Send transactional Single SMS
      tags:
      - Transactional SMS
      description: This API enables you to send targeted transactional SMS to your users.
      security:
      - InsAuthKey: []
      requestBody:
        content:
          application/json:
            example:
              content: This is SMS body.
              to: '+105555555555'
              callback: http://callback.url
              sendAt: '2024-03-30T11:30:27Z'
              uniqueArgs:
                additionalProp1: string
                additionalProp2: string
                additionalProp3: string
              settings:
                urlExcludeProtocol: true
                urlShorteningDomain: insdr.io
                urlShorteningStatus: true
                urlTrackingStatus: true
                smartEncoding: true
      responses:
        '429':
          $ref: '#/components/responses/TooManyRequests'
  /v1/sendMultipleMessage:
    post:
      operationId: sendTransactionalBulkSms
      summary: Send Transactional Bulk SMS
      tags:
      - Transactional SMS
      description: This API enables you to send targeted transactional SMS to your users.
      security:
      - InsAuthKey: []
      requestBody:
        content:
          application/json:
            example:
              messages:
              - phoneNumber: '+905555555555'
                content: This is SMS body.
                callback: http://callback.url
                settings:
                  urlExcludeProtocol: true
                  urlShorteningDomain: insdr.io
                  urlShorteningStatus: true
                  urlTrackingStatus: true
                  smartEncoding: true
                uniqueArgs:
                  additionalProp1: string
                  additionalProp2: string
                  additionalProp3: string
              - phoneNumber: 90 (555) 55
                content: This is SMS body.
                callback: http://callback.url
                settings:
                  urlExcludeProtocol: true
                  urlShorteningDomain: insdr.io
                  urlShorteningStatus: true
                  urlTrackingStatus: true
                  smartEncoding: true
                uniqueArgs:
                  additionalProp1: string
                  additionalProp2: string
                  additionalProp3: string
      responses:
        '429':
          $ref: '#/components/responses/TooManyRequests'
components:
  responses:
    TooManyRequests:
      description: Too Many Requests. The published per-endpoint rate limit was exceeded; back off and retry, honouring Retry-After when present.
      content:
        application/json:
          example:
            message: Too Many Requests
            status: 429
  securitySchemes:
    InsAuthKey:
      type: apiKey
      in: header
      name: X-INS-AUTH-KEY
      description: Insider One authorization key for this API, generated in the InOne panel.
externalDocs:
  description: Insider One API reference
  url: https://academy.insiderone.com/docs/api-reference-welcome
x-provenance:
  generated: '2026-08-13'
  method: derived
  source: postman/insider-one-apis.postman_collection.json
  source_url: https://documenter.gw.postman.com/api/collections/24851117/2sB3dSR9bM
  publisher_page: https://developers.insiderone.com/
  note: Insider One publishes a single public Postman collection covering every REST API. This document is the subset of that collection served from sms.useinsider.com.