Postman is a tool for testing and executing API requests. We provide an UP42 API Postman collection that contains all the endpoints you need to interact with our platform. This guide will show you how to use it and start making requests.
Run in PostmanA fork is a copy of a collection in your own workspace where you can make changes.
- Click the following link: Run in Postman.
- Click Fork Collection to create a copy of the collection.
- Select the workspace you want to copy it to and click Fork collection.
To fork a collection, make your Postman profile public.
- In Postman, open the forked collection.
- Go to the Authorization tab of the collection. Scroll to the bottom and click Get New Access Token.
- In the opened browser tab, log in using your UP42 credentials.
- In Postman, click Proceed and then click Use Token.
The token expires after 30 minutes of inactivity. Repeat these steps to refresh it when needed.
- Select an endpoint you want to test.
- Fill in the request parameters and click Send.
- Review the response to see the results.
If you encounter any issues, check the respective API tutorials or contact support.