Omnisend · OAuth Scopes

Omnisend OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://api.omnisend.com/v5/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.

Email MarketingMarketing AutomationEcommerceSMS MarketingCustomer EngagementSegmentationCampaignsFormsPopupsWeb Push
Scopes: 5 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://app.omnisend.com/oauth/authorize
Token URL
https://api.omnisend.com/v5/oauth/token
Flows
authorizationCode

Scopes (5)

ScopeDescriptionFlows
analytics.read Read analytics authorizationCode
campaigns.read Read campaigns authorizationCode
campaigns.write Manage campaigns authorizationCode
contacts.read Read contacts authorizationCode
contacts.write Manage contacts authorizationCode

Source

OAuth Scopes

omnisend-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/omnisend-openapi.yml
schemes:
- name: OAuth2
  source: openapi/omnisend-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.omnisend.com/oauth/authorize
    tokenUrl: https://api.omnisend.com/v5/oauth/token
scopes:
- scope: analytics.read
  description: Read analytics
  flows:
  - authorizationCode
  sources:
  - openapi/omnisend-openapi.yml
- scope: campaigns.read
  description: Read campaigns
  flows:
  - authorizationCode
  sources:
  - openapi/omnisend-openapi.yml
- scope: campaigns.write
  description: Manage campaigns
  flows:
  - authorizationCode
  sources:
  - openapi/omnisend-openapi.yml
- scope: contacts.read
  description: Read contacts
  flows:
  - authorizationCode
  sources:
  - openapi/omnisend-openapi.yml
- scope: contacts.write
  description: Manage contacts
  flows:
  - authorizationCode
  sources:
  - openapi/omnisend-openapi.yml