Attentive · OAuth Scopes

Attentive OAuth Scopes

OAuth 2.0 searched

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

Tokens are issued from https://api.attentivemobile.com/v1/authorization-codes/tokens.

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.

CompanyMartechSMS MarketingEmail MarketingEcommerceMarketing AutomationSubscribersWebhooksCustomer Engagement
Scopes: 14 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://ui-devel.attentivemobile.com/integrations/oauth-install?client_id={clientId}&redirect_uri={redirectUri}&scope={scope}
Token URL
https://api.attentivemobile.com/v1/authorization-codes/tokens
Flows
authorizationCode

Scopes (14)

ScopeDescriptionFlows
attributes:write read and write custom attributes authorizationCode
ecommerce:write read and write ecommerce events authorizationCode
events:write read and write custom events authorizationCode
identity:write read and write identity resolution (client/custom user identifiers)
offers:write read and write offers / coupon-pool discount codes
privacy_requests:read read privacy (CCPA) deletion requests
privacy_requests:write create privacy (CCPA) deletion requests
product_catalogs:read read product catalog uploads
product_catalogs:write upload and manage the product catalog
segments:read read segments authorizationCode
segments:write read and write segments authorizationCode
subscriptions:read read subscriptions and subscription eligibility
subscriptions:write read and write subscriptions authorizationCode
webhooks:write create and manage webhook subscriptions

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/attentive-v1-openapi.yaml, openapi/attentive-v2-openapi.yaml
docs: https://docs.attentive.com/docs/authentication
schemes:
- name: OAuthFlow
  source: openapi/attentive-v1-openapi.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://ui-devel.attentivemobile.com/integrations/oauth-install?client_id={clientId}&redirect_uri={redirectUri}&scope={scope}
    tokenUrl: https://api.attentivemobile.com/v1/authorization-codes/tokens
  description: This API uses OAuth 2 with the authorization code grant flow. [More
    info](https://docs.attentivemobile.com/pages/authentication/)
- name: OAuthFlow
  source: openapi/attentive-v2-openapi.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://ui-devel.attentivemobile.com/integrations/oauth-install?client_id={clientId}&redirect_uri={redirectUri}&scope={scope}
    tokenUrl: https://api.attentivemobile.com/v1/authorization-codes/tokens
  description: This API uses OAuth 2 with the authorization code grant flow. [More
    info](https://docs.attentivemobile.com/pages/authentication/)
scopes:
- scope: attributes:write
  description: read and write custom attributes
  flows:
  - authorizationCode
  sources:
  - openapi/attentive-v1-openapi.yaml
  - openapi/attentive-v2-openapi.yaml
- scope: ecommerce:write
  description: read and write ecommerce events
  flows:
  - authorizationCode
  sources:
  - openapi/attentive-v1-openapi.yaml
  - openapi/attentive-v2-openapi.yaml
- scope: events:write
  description: read and write custom events
  flows:
  - authorizationCode
  sources:
  - openapi/attentive-v1-openapi.yaml
  - openapi/attentive-v2-openapi.yaml
- scope: identity:write
  sources:
  - openapi/attentive-v1-openapi.yaml
  description: read and write identity resolution (client/custom user identifiers)
- scope: offers:write
  sources:
  - openapi/attentive-v1-openapi.yaml
  description: read and write offers / coupon-pool discount codes
- scope: privacy_requests:read
  sources:
  - openapi/attentive-v1-openapi.yaml
  description: read privacy (CCPA) deletion requests
- scope: privacy_requests:write
  sources:
  - openapi/attentive-v1-openapi.yaml
  description: create privacy (CCPA) deletion requests
- scope: product_catalogs:read
  sources:
  - openapi/attentive-v1-openapi.yaml
  description: read product catalog uploads
- scope: product_catalogs:write
  sources:
  - openapi/attentive-v1-openapi.yaml
  description: upload and manage the product catalog
- scope: segments:read
  description: read segments
  flows:
  - authorizationCode
  sources:
  - openapi/attentive-v1-openapi.yaml
  - openapi/attentive-v2-openapi.yaml
- scope: segments:write
  description: read and write segments
  flows:
  - authorizationCode
  sources:
  - openapi/attentive-v1-openapi.yaml
  - openapi/attentive-v2-openapi.yaml
- scope: subscriptions:read
  sources:
  - openapi/attentive-v1-openapi.yaml
  description: read subscriptions and subscription eligibility
- scope: subscriptions:write
  description: read and write subscriptions
  flows:
  - authorizationCode
  sources:
  - openapi/attentive-v1-openapi.yaml
  - openapi/attentive-v2-openapi.yaml
- scope: webhooks:write
  sources:
  - openapi/attentive-v1-openapi.yaml
  description: create and manage webhook subscriptions