Airbus OneAtlas · JSON Structure

Oneatlas Api Key Structure

Type: Properties: 0
ImagerySatellites

ApiKey is a JSON Structure definition published by Airbus OneAtlas.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ApiKey",
  "fields": [
    {
      "name": "date",
      "type": "string",
      "description": "API key creation date in ISO 8601 format"
    },
    {
      "name": "description",
      "type": "string",
      "description": "A free-text human readable description of this API key"
    },
    {
      "name": "expirationDate",
      "type": "string",
      "description": "API key expiration date in ISO 8601 format"
    },
    {
      "name": "id",
      "type": "string",
      "description": "API Key identifier"
    },
    {
      "name": "secret",
      "type": "string",
      "description": "The API Key secret to be used to retrieve acces tokens. This field is only provided once, then the client should store this information in a secure place."
    }
  ]
}