UP42 · Authentication Profile

Up42 Authentication

Authentication

UP42 secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

GeospatialEarth ObservationSatellite ImageryRemote SensingSTACTaskingCatalogAirbus
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/up42-openapi.yml
summary:
  types:
  - http
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: 'OAuth2 Bearer access token. Obtain a token from a UP42 API key or account credentials
    via https://auth.up42.com/realms/public/protocol/openid-connect/token (client_id up42-api).
    Access tokens are short-lived (about 5 minutes); refresh as needed. Pass as `Authorization:
    Bearer YOUR_ACCESS_TOKEN`.'
  sources:
  - openapi/up42-openapi.yml