Skip to main content

Accounts

This guide serves as an introduction to how account administrators can view information about the account(s) associated with the Account Services API.

Permissions level required:

Admin

Get details for account

GET https://api.maxar.com/account-service/api/v2/accounts

This request has no required variables. It returns the details for the account(s) associated with your user. You need the first "id" value returned in this request for a variety of other request.

Get account's usage

GET https://api.maxar.com/account-service/api/v2/accounts/usage

This request has no required variables. It returns details about the account(s) associated with your user, including the "totalCreditsUsed" value.