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/api/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 ManagementSmall BusinessEmail MarketingSales AutomationLead Management
Scopes: 3 Flows: authorizationCode Method: searched

OAuth endpoints

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

Scopes (3)

ScopeDescriptionFlows
basic User and Company info. authorizationCode
contacts Contacts access — contact records, contact custom fields, field groups and tabs, notes, tags, activities, tasks and contact pipelines. authorizationCode
deals Deals access — deals, deal pipelines, deal stages, deal pipeline custom fields, deal tags, files, notes and lead transitions. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: searched
source: https://www.nimble.com/developers/docs/#tag/Authentication
docs: https://www.nimble.com/developers/docs/#tag/Authentication
notes: >-
  Nimble's OAuth scope model is coarse — three product-level scopes with no
  read/write split and no per-resource granularity. An agent granted
  `contacts` can create, update and delete contacts; there is no read-only
  variant. Scopes are documented in prose in the Authentication reference;
  they are NOT declared in the OpenAPI securitySchemes block, which carries
  only the X-Nimble-Token apiKey scheme with no scopes map.
schemes:
  - name: OAuth2
    source: https://www.nimble.com/developers/docs/#tag/Authentication
    declared_in_spec: false
    flows:
      - flow: authorizationCode
        authorizationUrl: https://app.nimble.com/oauth/authorize
        tokenUrl: https://app.nimble.com/api/oauth/token
        refreshUrl: https://app.nimble.com/api/oauth/token
scope_delimiter: >-
  Comma or plus sign — send as "basic,contacts,deals" or
  "basic+contacts+deals" on the authorize request.
scope_count: 3
scopes:
  - scope: basic
    description: User and Company info.
    grants:
      - openapi/nimble-users-api-openapi.yml#get-myself
    read_write: read
    flows: [authorizationCode]
    sources:
      - https://www.nimble.com/developers/docs/#tag/Authentication
  - scope: contacts
    description: >-
      Contacts access — contact records, contact custom fields, field groups
      and tabs, notes, tags, activities, tasks and contact pipelines.
    grants:
      - openapi/nimble-contacts-api-openapi.yml
      - openapi/nimble-contacts-fields-api-openapi.yml
      - openapi/nimble-contacts-pipelines-api-openapi.yml
    read_write: read-write
    flows: [authorizationCode]
    sources:
      - https://www.nimble.com/developers/docs/#tag/Authentication
  - scope: deals
    description: >-
      Deals access — deals, deal pipelines, deal stages, deal pipeline custom
      fields, deal tags, files, notes and lead transitions.
    grants:
      - openapi/nimble-deals-api-openapi.yml
      - openapi/nimble-deals-fields-api-openapi.yml
      - openapi/nimble-deals-pipelines-api-openapi.yml
      - openapi/nimble-deals-pipelines-fields-api-openapi.yml
      - openapi/nimble-leads-api-openapi.yml
    read_write: read-write
    flows: [authorizationCode]
    sources:
      - https://www.nimble.com/developers/docs/#tag/Authentication
unscoped_surfaces:
  - openapi/nimble-messages-api-openapi.yml
  - note: >-
      The Messages (draft) operations are not attributed to any of the three
      published scopes in the Authentication reference. Mapping above is by
      the scope names Nimble publishes; where the docs are silent it is
      recorded as unmapped rather than guessed.

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/nimble-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.