Postman is an API client used to develop, create, test, share and document APIs.
1. In Postman, set your HTTP request to GET.
2. In the URL field insert: https://api.planet.com/compute/ops/orders/v2/{order_id}
Replace {order_id} by your order_id. For further details on obtaining a list of all your orders, please visit: How can I get a list of orders?
3. Switch to the Authorization tab and select
a. Type: Basic Auth
b. Username: API_KEY
c. Note: Leave the Password field empty
4. Click Send button
5. Copy the link after "location" and paste it into a browser to start the download. Do this for all links in the response body.
- More information about Orders API at: Ordering Scenes
- How to Place a Basic Imagery Order Using Postman
Comments
Please sign in to leave a comment.