Attio · OAuth Scopes

Attio OAuth Scopes

OAuth 2.0 derived

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

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

CRMCustomer Relationship ManagementSalesContactsCompaniesPipelineWorkflows
Scopes: 7 Flows: authorizationCode Method: derived

OAuth endpoints

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

Scopes (7)

ScopeDescriptionFlows
list_configuration:read-write Manage lists authorizationCode
list_entry:read-write Manage list entries authorizationCode
object_configuration:read Read object configuration authorizationCode
object_configuration:read-write Manage object configuration authorizationCode
record_permission:read Read records authorizationCode
record_permission:read-write Manage records authorizationCode
webhook:read-write Manage webhooks authorizationCode

Source

OAuth Scopes

attio-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/attio-openapi.yml
schemes:
- name: oauth2
  source: openapi/attio-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.attio.com/authorize
    tokenUrl: https://api.attio.com/oauth/token
scopes:
- scope: list_configuration:read-write
  description: Manage lists
  flows:
  - authorizationCode
  sources:
  - openapi/attio-openapi.yml
- scope: list_entry:read-write
  description: Manage list entries
  flows:
  - authorizationCode
  sources:
  - openapi/attio-openapi.yml
- scope: object_configuration:read
  description: Read object configuration
  flows:
  - authorizationCode
  sources:
  - openapi/attio-openapi.yml
- scope: object_configuration:read-write
  description: Manage object configuration
  flows:
  - authorizationCode
  sources:
  - openapi/attio-openapi.yml
- scope: record_permission:read
  description: Read records
  flows:
  - authorizationCode
  sources:
  - openapi/attio-openapi.yml
- scope: record_permission:read-write
  description: Manage records
  flows:
  - authorizationCode
  sources:
  - openapi/attio-openapi.yml
- scope: webhook:read-write
  description: Manage webhooks
  flows:
  - authorizationCode
  sources:
  - openapi/attio-openapi.yml