How to Download a Basic Order Using Postman

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

Screen_Shot_2021-07-25_at_6.23.41_PM.png

4. Click Send button

Screen_Shot_2021-07-25_at_6.17.25_PM.png

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.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.