- 1 Minute to read
- DarkLight
Get Started
- 1 Minute to read
- DarkLight
This topic describes how to access Syndigo Restful APIs using Postman.
You can use various tools other than Postman to access Syndigo Restful APIs. Since Postman is the most widely used tool to access Syndigo Restful APIs, this topic describes how to access Syndigo Restful APIs using postman.
Prerequisites
The following are the prerequisites:
- Download Postman - The following URL can be used to download Postman: https://www.getpostman.com/downloads/
- Ensure you are aware of the Client userName and Client Secret Keys. If you are not aware of the Client userName and Client Secret Keys, contact the Syndigo Operations team.
Important Aspects in Postman
The following are few of the important aspects that must be known to you while using Postman:
Collection: A collection is a group of API requests.
Variables: Variables in Postman are key-value pairs. Each variable name represents its key, so referencing the variable name allows you to access its value. For example, if you have a base URL for requests stored in a variable named base_url, you can reference it in your requests using {{base_url}}.
Environment: An Environment is a group of variables that we can use in a Postman request. By creating Environments for production, testing, staging, and so on.
Params: Request params are used to send additional information to the server.
Headers: Headers in an HTTP request or response are the additional information transferred to the user or the server. In postman, the headers can be seen in the Headers tab.
Postman Call Collection
Import the collection of common examples below.