The platform REST APIs help you seamlessly integrate the platform with other solutions. To use the APIs, generate an access token.
You must have Organization Admin privileges to generate an access token.
Step 1: As an Organization Admin, click on the Settings icon on the top right corner of the navigation bar.
Step 2: Scroll down to the API Access Tokens section of the page and enter a name for the API Access Token and click on Generate. Take note of the token displayed in the modal window. You can also select Scopes from the list.
Step 3: You can access the API documentation for all APIs by clicking on the APIs documentation link.
Click on the API documentation (v2) as it is the most recent version.
The API documentation contains information on all of our available API endpoints.
- Click on an API to see more details about it.
- A description of the selected API will be displayed.
- Next, you'll see the parameters associated with the API. In this case, no parameters are required.
- You will also find the body of the selected API, where you can change the media type by selecting from the dropdown.
- Finally, the responses of the API operation is shown, and you can adjust the media type using the available dropdown.
Using the API’s
There are two options to use the APIs.
Option 1
You can also download the Swagger file and use it in Postman. To do this, simply navigate to the management API web page and select Download Swagger JSON Definitions” Once downloaded, you can easily import the Swagger file into Postman for use.
Option 2
You can use a curl command on the terminal. Please look at the example below to call the 'technologies' API (replace YOURAPITOKEN
with your access token value):