Nimble · Authentication Profile

Nimble Authentication

Authentication

Nimble secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CRMSalesContact ManagementRelationship ManagementMarketing AutomationPipeline Management
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

bearerAuth oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/nimble-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: bearerAuth
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.nimble.com/oauth/authorize
    tokenUrl: https://app.nimble.com/oauth/token
    scopes: 0
  description: |-
    OAuth 2.0 bearer token. Provide the token via either the
    `Authorization: Bearer <token>` header or the
    `access_token=<token>` query parameter.
  sources:
  - openapi/nimble-openapi.yml