ID360 APIs Postman Fork & collection
APIs postman fork
The ID360 REST API Postman fork is a collection of all ID360 API requests. It contains boilerplate requests that can be used to test and explore the ID360 APIs with ease for the users/developers who are using the APIs
Click the button below to fork the ID360 REST API Postman collection.
What is an API collection?
The ID360 REST API Postman collection contains all ID360 API requests. These boilerplate requests enable testing and exploration of the ID360 APIs in various environments for multiple organizations.
Why use the API collection?
Setting up environments, variables, and authorization manually from the API documentation for each test can be time-consuming. The ID360 REST API Postman collection simplifies API exploration, making the process swift and effortless while reducing the risk of errors.
Note: The Postman collection does not substitute the ID360 API documentation. It is recommended to use both together for accurate implementation.
Prerequisites
- A Zoho account to access the Zoho API Console.
- A registered client to generate an organization-specific grant token.
Using the ID360 REST API collection
Follow these steps to use the ID360 REST API collection:
Step 1: Install the Postman app
- Download and install the Postman app. If Postman is already installed on your system, you can skip this step.
- The preferred version is Postman v8.
- Installation guide: Learn how to install the Postman app on the desktop.
Step 2: Download the ID360 REST API postman collection
- Download the ID360 REST API postman collection.
Step 3: Import the collection into Postman
- Click the import button in the collections tab (top left) and import the downloaded ID360 REST API collection file.
- A new collection will be imported with the name of <collection_name>.

Step 4: Update variables and invoke the APIs
- Click on the imported collection and then drag it to the variables page. Update the following environmental variables with their corresponding values:
- client_id: The Client ID value of the client registered through the API console.
- client_secret: The Client Secret value of the client registered through the API console.
- scope: Comma-separated values of the API scopes you want to invoke. Refer to the API documentation for scope details.
- id360_url: The URL of your ID360 instance.
- api_version: Version of the Rest API to be invoked.
- redirect_url uri: Redirect URI added in the API console while generating Client ID.
- After updating the variables, navigate to the Authorization page, and click the Get New Access Token button at the bottom.
- After clicking the button, the User Consent page will appear. Click Accept to generate and update the Access Token for the APIs corresponding to the added scopes.
- Generated tokens will be displayed in the Available Tokens field. You can show the token for making respective API calls.
- The boilerplate request is now ready. The ID360 REST API calls can be tested.



