Phone.com Connect OpenAPI
Beetexting and Phone.com App
    • Getting Started
    • OAuth 2.0 for Phone.com
    • Postman How-to for Phone.com OpenAPIs
    • Zapier How-to for Phone.com 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

    Postman How-to for Phone.com OpenAPIs

    How to Call Phone.com OpenAPIs using Postman ?#

    We can use a tool like Postman to test the APIs.
    The endpoint URL is as per below :
    https://connect.beetexting.com/prod
    For all Phone.com OpenAPIs we need to set Authorization Headers as shown in below screenshots.
    phone-4.png
    Auth Type should be OAuth 2.0. In the ‘Add authorization data to’ field, “Request Headers” should be selected from the dropdown.
    phone-5.png
    The Client Authentication field should be selected as ‘Send as Basic Auth header’ from the dropdown as shown in above image.
    phone-6.png
    In all screenshots above, Authorization Headers shown are referenced in section, 'OAuth2.0 for Phone.com' 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 Phone.com App under Integration > API Connect > Add New Client.
    phone-8.png
    phone-7.png
    Once we enter all values we need to click on ‘Get New Access Token’ to get to the authentication screen below.
    phone-9.png
    Phone.com OpenAPIs are OAuth2.0 based with is an authorization process. Phone.com OpenAPIs need to be authenticated first. Enter your Phone.com login credentials and select 'Sign In'. Once logged in, you will be directed to the dialog displayed below.
    phone-10.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.
    phone-11.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 :
    phone-12.png
    If a request body is needed, then they can be added as below :
    phone-14.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 17:52:51
    Previous
    OAuth 2.0 for Phone.com
    Next
    Zapier How-to for Phone.com OpenAPIs
    Built with