Matik · OAuth Scopes

Matik OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://app.matik.io/api/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.

CompanyContent AutomationPresentationsDocumentsData-Driven ContentSales EnablementCustomer SuccessRevenue OperationsAIMCP
Scopes: 2 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://app.matik.io/oauth/authorize
Token URL
https://app.matik.io/api/v1/oauth/token/
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
producer Administrative access. Create and manage templates, data sources, and dynamic content, and perform producer-level operations. authorizationCode
consumer End-user access. Generate presentations, documents, and spreadsheets from existing templates and run dynamic content. authorizationCode

Source

OAuth Scopes

matik-scopes.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://developer.matik.io/guides/oauth
docs: https://developer.matik.io/guides/oauth
schemes:
  - name: OAuth2
    source: https://developer.matik.io/guides/oauth
    flows:
      - flow: authorizationCode
        authorizationUrl: https://app.matik.io/oauth/authorize
        tokenUrl: https://app.matik.io/api/v1/oauth/token/
scopes:
  - scope: producer
    description: >-
      Administrative access. Create and manage templates, data sources, and dynamic
      content, and perform producer-level operations.
    flows: [authorizationCode]
    sources: [https://developer.matik.io/guides/oauth]
  - scope: consumer
    description: >-
      End-user access. Generate presentations, documents, and spreadsheets from
      existing templates and run dynamic content.
    flows: [authorizationCode]
    sources: [https://developer.matik.io/guides/oauth]
notes: >-
  Scopes may be requested together ("producer consumer") or individually. Client
  credentials are registered with the scopes the integration needs.