Airship · OAuth Scopes

Airship OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://oauth2.asnapieu.com/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.

NotificationsPushEmailMobileCDP
Scopes: 11 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://oauth2.asnapieu.com/token
Flows
clientCredentials

Scopes (11)

ScopeDescriptionFlows
att Attachments clientCredentials
chn Channels clientCredentials
cnt Contacts clientCredentials
evt Events clientCredentials
lst Lists clientCredentials
nu Named Users clientCredentials
pln Pipelines clientCredentials
psh Push clientCredentials
rpt Reports clientCredentials
sch Schedules clientCredentials
tpl Content Templates clientCredentials

Source

OAuth Scopes

airship-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/airship-openapi.yml
schemes:
- name: OAuth2
  source: openapi/airship-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://oauth2.asnapieu.com/token
  description: |-
    OAuth 2.0 scoped tokens. Scopes include att (attachments), chn (channels),
    cnt (contacts), evt (events), lst (lists), nu (named users), pln (pipelines),
    psh (push), rpt (reports), sch (schedules), tpl (content templates).
scopes:
- scope: att
  description: Attachments
  flows:
  - clientCredentials
  sources:
  - openapi/airship-openapi.yml
- scope: chn
  description: Channels
  flows:
  - clientCredentials
  sources:
  - openapi/airship-openapi.yml
- scope: cnt
  description: Contacts
  flows:
  - clientCredentials
  sources:
  - openapi/airship-openapi.yml
- scope: evt
  description: Events
  flows:
  - clientCredentials
  sources:
  - openapi/airship-openapi.yml
- scope: lst
  description: Lists
  flows:
  - clientCredentials
  sources:
  - openapi/airship-openapi.yml
- scope: nu
  description: Named Users
  flows:
  - clientCredentials
  sources:
  - openapi/airship-openapi.yml
- scope: pln
  description: Pipelines
  flows:
  - clientCredentials
  sources:
  - openapi/airship-openapi.yml
- scope: psh
  description: Push
  flows:
  - clientCredentials
  sources:
  - openapi/airship-openapi.yml
- scope: rpt
  description: Reports
  flows:
  - clientCredentials
  sources:
  - openapi/airship-openapi.yml
- scope: sch
  description: Schedules
  flows:
  - clientCredentials
  sources:
  - openapi/airship-openapi.yml
- scope: tpl
  description: Content Templates
  flows:
  - clientCredentials
  sources:
  - openapi/airship-openapi.yml