Nimble · OAuth Scopes

Nimble OAuth Scopes

OAuth 2.0 searched

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

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

CRMSalesContact ManagementRelationship ManagementMarketing AutomationPipeline Management
Scopes: 3 Flows: authorizationCode Method: searched

OAuth endpoints

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

Scopes (3)

ScopeDescriptionFlows
basic Access to user and company info.
contacts Access to contacts.
deals Access to deals.

Source

OAuth Scopes

nimble-scopes.yml Raw ↑
generated: '2026-07-11'
method: searched
source: openapi/nimble-openapi.yml
docs: https://www.nimble.com/developers/docs/#tag/Authentication
schemes:
- name: bearerAuth
  source: openapi/nimble-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.nimble.com/oauth/authorize
    tokenUrl: https://app.nimble.com/oauth/token
  description: |-
    OAuth 2.0 bearer token. Provide the token via either the
    `Authorization: Bearer <token>` header or the
    `access_token=<token>` query parameter.
scopes:
- scope: basic
  description: Access to user and company info.
  sources:
  - https://www.nimble.com/developers/docs/#tag/Authentication
- scope: contacts
  description: Access to contacts.
  sources:
  - https://www.nimble.com/developers/docs/#tag/Authentication
- scope: deals
  description: Access to deals.
  sources:
  - https://www.nimble.com/developers/docs/#tag/Authentication