SpotDraft · Authentication Profile

Spotdraft Authentication

Authentication

SpotDraft secures its APIs with apiKey and http across 6 declared security schemes, as derived from its OpenAPI definitions.

Contract Lifecycle ManagementCLMContractsLegal TechE-SignatureClickwrapWorkflowsApprovalsNegotiationTemplatesCounterpartiesObligationsAnalyticsWebhooksAISaaSBangalore
Methods: apiKey, http Schemes: 6 OAuth flows: API key in: header

Security Schemes

ClickwrapId apiKey
· in: header (clickwrap-id)
ClientId apiKey
· in: header (client-id)
ClientSecret apiKey
· in: header (client-secret)
NativeIntegrationBasic http
scheme: basic
OAuthBearer http
scheme: bearer
Origin apiKey
· in: header (Origin)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/spotdraft-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: ClickwrapId
  type: apiKey
  in: header
  parameter: clickwrap-id
  description: Public clickwrap identifier header.
  sources:
  - openapi/spotdraft-openapi.yml
- name: ClientId
  type: apiKey
  in: header
  parameter: client-id
  sources:
  - openapi/spotdraft-openapi.yml
- name: ClientSecret
  type: apiKey
  in: header
  parameter: client-secret
  sources:
  - openapi/spotdraft-openapi.yml
- name: NativeIntegrationBasic
  type: http
  scheme: basic
  description: HTTP Basic auth for supported native integrations. Send base64(client_id:client_secret)
    in the Authorization header.
  sources:
  - openapi/spotdraft-openapi.yml
- name: OAuthBearer
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: OAuth 2.0 bearer token for workspace user access.
  sources:
  - openapi/spotdraft-openapi.yml
- name: Origin
  type: apiKey
  in: header
  parameter: Origin
  description: Browser origin header used for clickwrap domain validation.
  sources:
  - openapi/spotdraft-openapi.yml