Orbit · Authentication Profile

Orbit Authentication

Authentication

Orbit secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

Developer RelationsCommunity IntelligenceDevRelCommunity ManagementMember TrackingCommunity AnalyticsOpen SourceDeveloper Engagement
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: query

Security Schemes

bearer http
scheme: bearer
api_key apiKey
· in: query (api_key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/orbit-rest-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: bearer
  type: http
  scheme: bearer
  description: Provide a Authorization header with format 'Bearer <api_key>'. This is the recommended
    approach. Make sure to include the 'Bearer' part in the text box here.
  sources:
  - openapi/orbit-rest-api-openapi.yml
- name: api_key
  type: apiKey
  in: query
  parameter: api_key
  description: Provide the API key in a query param called api_key. This is the least secure
    method, please use only for testing.
  sources:
  - openapi/orbit-rest-api-openapi.yml