GetAccept · Authentication Profile

Getaccept Authentication

Authentication

GetAccept secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyCloudSales EnablementElectronic SignatureE-SignatureDigital Sales RoomDocument ManagementContract ManagementProposalsSaaS
Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

Oauth2 oauth2
· flows: authorizationCode
Token http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/getaccept-openapi-original.json
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: Oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.getaccept.com/oauth2/authorize
    tokenUrl: https://app.getaccept.com/oauth2/token
    scopes: 1
  description: For testing purpose, use client_id **api** and client_secret **app**
  sources:
  - openapi/getaccept-openapi-original.json
- name: Token
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: Enter your bearer token
  sources:
  - openapi/getaccept-openapi-original.json