Maxar Technologies · Example Payload

Auth Token Request

Satellite ImageryEarth ObservationGeospatialRemote SensingSpatial IntelligenceDefenseIntelligenceWorldViewSTACOGCWMSWMTSWFSTaskingBasemapsVantorLanterisAdvent InternationalPrivate Equity

Auth Token Request is an example object payload from Maxar Technologies, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_curlform

Example Payload

Raw ↑
{
  "_curl": "curl -X POST https://api.maxar.com/auth/v1/token -d 'grant_type=client_credentials&client_id=YOUR_CLIENT_ID&client_secret=YOUR_CLIENT_SECRET'",
  "form": {
    "grant_type": "client_credentials",
    "client_id": "your-client-id",
    "client_secret": "your-client-secret",
    "scope": "discovery ordering tasking monitoring"
  }
}