Activations
This guide serves as an introduction to how account administrators can view information about activations associated with their account.
Permissions level required:
Admin
Get a list of available activations
GET https://api.maxar.com/account-service/api/v2/activations/available?account_id
To get a list of available activations related to your account, you need your account_id
. To find your account_id
, submit the Get details for account
request and record the first "id"
value.
Get an activation by ID
GET https://api.maxar.com/account-service/api/v2/activations/:activationId
To get the details associated with a specific activation with this request, you need that activation's activationId
. To find the activationId
, submit the Get a list of available activations
request and record the "id"
value associated with the activation of interest.
Get an activation by activation number
GET https://api.maxar.com/account-service/api/v2/activations/number/:activationNumber
To get the details associated with a specific activation with this request, you need that activation's activationNumber
. To find the activationNumber
, submit the Get a list of available activations
or the Get an activation by ID
request and record the "activationNumber"
value associated with the activation of interest. The activation number begins with ACT-
.
Get the georestrictions attached to an activation
url
GET https://api.maxar.com/account-service/api/v2/activations/:activationNumber/georestrictions
To get the georestrictions attached to an activation , you need the activation's activationNumber
. To find the activationNumber
, submit the Get a list of available activations
or the Get an activation by ID
request and record the "activationNumber"
value associated with the activation of interest. The activation number begins with ACT-
.
Get the georestriction masks attached to an activation
url
GET https://api.maxar.com/account-service/api/v2/activations/:activationNumber/georestrictions/mask
To get the georestriction masks attached to an activation, you need the activation's activationNumber
. To find the activationNumber
, submit the Get a list of available activations
or the Get an activation by ID
request and record the "activationNumber"
value associated with the activation of interest. The activation number begins with ACT-
.
Get an activation credit limit
GET https://api.maxar.com/account-service/api/v2/activations/number/:activationNumber/credit
To get the credit limit associated with a specific activation, you need that activation's activationNumber
. To find the activationNumber
, submit the Get a list of available activations
or the Get an activation by ID
request and record the "activationNumber"
value associated with the activation of interest. The activation number begins with ATC-
.
Get activations' usage
GET https://api.maxar.com/account-service/api/v2/activations/usage
This request has no required variables. It returns details about the activation associated with your user and its credit usage.