Scroll export button | ||||||||
---|---|---|---|---|---|---|---|---|
|
Info |
---|
This guide explains how to access Wildix APIs using Postman (OAuth 2.0). Created: February 2022 Updated: June 2023 Permalink: https://wildix.atlassian.net/wiki/x/3B-OAQ |
Table of Contents
Follow the below instructions to access Wildix APIs using Postman:
...
11. When entered, click Get New Access Token, this will redirect you to https://{PBX/NAME}.wildixin.com/api/v1/doc/and request you to grant access to the APIs of the PBX:
Note |
---|
Note: If you get an error message: “Error: Empty client ID” when you try to get a new token or refresh it, and the correct ID is present in the Client ID field, change “Client authentication” way from “Send as basic Auth Header” to “Send client credentials in body”. This should do the trick. |
12. Once access is granted, you are now ready to query the Wildix APIs from Postman. You can use the GET, POST, DEL options in Postman to retrieve the data you need.
...