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.For all Phone.com OpenAPIs we need to set Authorization Headers as shown in below screenshots.Auth Type should be OAuth 2.0. In the ‘Add authorization data to’ field, “Request Headers” should be selected from the dropdown.The Client Authentication field should be selected as ‘Send as Basic Auth header’ from the dropdown as shown in above image.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.Once we enter all values we need to click on ‘Get New Access Token’ to get to the authentication screen below.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.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.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 :If a request body is needed, then they can be added as below :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