StratusTexting Connect OpenAPI
StratusTexting App
API Swagger Docs
    • Getting Started
    • OAuth 2.0 for StratusTexting
    • Postman How-to for StratusTexting OpenAPIs
    • Zapier How-to for StratusTexting OpenAPIs
    • FAQ
    • APIs
      • Message API
        • Send SMS
        • Send MMS
      • Contacts
        • Get All Contacts in an Org
        • Find contact using Mobile number
        • Search a contact using Number
        • Create or Update Contact
        • Update contact using Mobile number
        • Update Contact
      • Consent
        • Create Custom Consent
        • Update Custom Consent
        • Get Custom Consent Details Using ID
        • Get All Custom Consents
        • Change Custom Consent Status by Id
        • Add or Remove Custom Consent Type
      • Webhook Subscriptions API
        • Get All Subscriptions
        • Create or Update Subscription
      • Sites API
        • Get Sites
    StratusTexting App
    API Swagger Docs

    Getting Started

    The StratusTexting Connect API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. So, any developer intending to use StratusTexting Connect OpenAPIs should be well versed in using REST based APIs.

    Authentication#

    The StratusTexting Connect API uses OAuth2.0 mechanism to authenticate requests. You can view and manage your Client Id and Client Secret in the StratusTexting application. To login to StratusTexting application you need to have a StratusTexting account. You can use StratusTexting login url to login to StratusTexting application https://stratustexting.spectrumvoip.com

    StratusTexting Connect Accounts#

    Clients can create StratusTexting Connect accounts using the application, which takes in the Client App Name, Callback URL's and provides Client Id and Client Secret. Thus, obtained Client Id and Client Secret are used to make requests to the API. To create a StratusTexting Connect account, login to StratusTexting application, then click on the Integrations option within the left menu handle. This opens the Integrations dialog. In the Integrations dialog, click on the 'API Connect' tab.

    Caution#

    Your credentials carry many privileges, so be sure to keep them secure! Do not share your credentials in publicly accessible areas such as GitHub, client-side code, and so forth. All API requests must be made over HTTPS, with an exception to localhost which can use HTTP.
    Modified at 2025-09-19 13:24:09
    Next
    OAuth 2.0 for StratusTexting
    Built with