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

    Postman How-to for StratusTexting OpenAPIs

    How to Call StratusTexting OpenAPIs using Postman ?#

    We can use a tool like Postman to test the APIs.
    The endpoint URL is as per below :
    https://api-stratustexting.spectrumvoip.com/stratustexting-prod
    For all StratusTexting OpenAPIs we need to set Authorization Headers as shown in below screenshots.
    sp-4.png
    Auth Type should be OAuth 2.0. In the ‘Add authorization data to’ field, “Request Headers” should be selected from the dropdown.
    sp-5.png
    The Client Authentication field should be selected as ‘Send as Basic Auth header’ from the dropdown as shown in above image.
    sp-6.png
    In all screenshots above, Authorization Headers shown are referenced in section, 'OAuth2.0 for StratusTexting' in this document. That section also discusses how and where from we can get those values.
    Only the x-api-key (API Key) will be used as request header as shown in below image. This is the API Key found in the StratusTexting App under Integration > API Connect > Add New Client.
    sp-7.png
    Once we enter all values we need to click on ‘Get New Access Token’ to get to the authentication screen below.
    sp-8.png
    StratusTexting OpenAPIs are OAuth2.0 based with is an authorization process. StratusTexting OpenAPIs need to be authenticated first. Enter your StratusTexting login credentials and select 'Sign In'. Once logged in, you will be directed to the dialog displayed below.
    sp-9.png
    You can see the new Access Token as shown in below screenshot. You should then click on the 'Use Token' button to use this new Access Token.
    sp-10.png
    You can add any Params like :
    from : The phone number from which the sms is being sent. The phone number of the sender.
    to : One or more phone numbers of the recipients of the message separated by comma.
    text : The sms text
    e.g. as shown below :
    sp-11.png
    If a request body is needed, then they can be added as below :
    sp-12.png
    You can then click on the 'Send' button as seen in the image to fire the API request and can see the Response in Postman.
    Modified at 2025-10-27 18:22:12
    Previous
    OAuth 2.0 for StratusTexting
    Next
    Zapier How-to for StratusTexting OpenAPIs
    Built with