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 (Orders API): https://api.planet.com/compute/ops/orders/v2/{order_id}
Replace {order_id} by the order_id obtained on How to place a basic imagery order using Postman
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.
Comments
Please sign in to leave a comment.