Reports API allows Organization Administrators to download usage reports systematically for internal processing and analysis. Reports downloaded from the API are the exact same reports available from the user interface accessible from your Account at www.planet.com/account.
1. In Postman, please select a GET request.
2. In the URL field insert: https://api.planet.com/reports/v0/?org_id={org_id}
Replace {org_id} by your org id. You can find your Organization ID on the Organizations tab in my account. If you have sub organizations you may also find the ID number for those organizations on the same page.
3. Switch to the Authorization tab and select
a. Type: Basic Auth
b. Username: API_KEY. You can find your API key on the My Settings page in my account.
c. Note: Leave the Password field empty
4. Click Send button
Important note: Users must be an organization administrator in order to list and download usage reports for a plan.
More information about the Reports API at: https://developers.planet.com/docs/reports/
Comments
Please sign in to leave a comment.