MemberClicks · OAuth Scopes

MemberClicks OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://{orgId}.memberclicks.net/oauth/v1/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.

Membership ManagementAssociation ManagementAMSNonprofitEventsCRMPersonify
Scopes: 2 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://{orgId}.memberclicks.net/oauth/v1/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
read Read access to resources. clientCredentials
write Write access to resources. clientCredentials

Source

OAuth Scopes

memberclicks-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/memberclicks-openapi.yml
schemes:
- name: oauth2
  source: openapi/memberclicks-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://{orgId}.memberclicks.net/oauth/v1/token
  description: OAuth 2.0. Obtain a bearer token from /oauth/v1/token using HTTP Basic client
    credentials (Base64 clientId:clientSecret) with scope read, write, or read write.
scopes:
- scope: read
  description: Read access to resources.
  flows:
  - clientCredentials
  sources:
  - openapi/memberclicks-openapi.yml
- scope: write
  description: Write access to resources.
  flows:
  - clientCredentials
  sources:
  - openapi/memberclicks-openapi.yml