United Airlines · OAuth Scopes

United Airlines OAuth Scopes

OAuth 2.0 derived

United Airlines publishes 2 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the United Airlines API on a user’s behalf.

Tokens are issued from https://api.united.com/v1/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

AirlinesTravelFlight BookingNDCLoyaltyFortune 100
Scopes: 2 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.united.com/v1/oauth/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
booking Full booking and servicing access clientCredentials
read Read-only access to flight data clientCredentials

Source

OAuth Scopes

united-airlines-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/united-airlines-ndc-openapi.yml
schemes:
- name: OAuth2
  source: openapi/united-airlines-ndc-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.united.com/v1/oauth/token
scopes:
- scope: booking
  description: Full booking and servicing access
  flows:
  - clientCredentials
  sources:
  - openapi/united-airlines-ndc-openapi.yml
- scope: read
  description: Read-only access to flight data
  flows:
  - clientCredentials
  sources:
  - openapi/united-airlines-ndc-openapi.yml