NIFT · OAuth Scopes

NIFT OAuth Scopes

OAuth 2.0 searched

NIFT 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 NIFT API on a user’s behalf.

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

CompanyMarketingGiftingCustomer AcquisitionLoyaltyRewardsSDKPartners
Scopes: 2 Flows: clientCredentials Method: searched

OAuth endpoints

Token URL
https://www.gonift.com/oauth/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
read:customers Read access to customer status. clientCredentials
write:customers Submit customer deletion (anonymization) requests. clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/nift-partners-openapi.yml
docs: https://github.com/nift-sdks/nift-flow-sdk-docs/blob/main/docs/sdk/customer-status-server.md
schemes:
- name: oauth2
  source: openapi/nift-partners-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://www.gonift.com/oauth/token
  description: OAuth 2.0 client credentials issued by Nift; token endpoint at /oauth/token.
scopes:
- scope: read:customers
  description: Read access to customer status.
  flows:
  - clientCredentials
  sources:
  - openapi/nift-partners-openapi.yml
- scope: write:customers
  description: Submit customer deletion (anonymization) requests.
  flows:
  - clientCredentials
  sources:
  - openapi/nift-partners-openapi.yml