Maxar Technologies · Example Payload

Auth Token Response

Satellite ImageryEarth ObservationGeospatialRemote SensingSpatial IntelligenceDefenseIntelligenceWorldViewSTACOGCWMSWMTSWFSTaskingBasemapsVantorLanterisAdvent InternationalPrivate Equity

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

Top-level fields

access_tokentoken_typeexpires_inrefresh_tokenscope

Example Payload

Raw ↑
{
  "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
  "token_type": "Bearer",
  "expires_in": 3600,
  "refresh_token": "rt_4f7b3a9c2d8e6...",
  "scope": "discovery ordering tasking monitoring"
}