ZapSign API
English
English
  • General Information
  • Getting Started
  • ZapSign Environments
  • Ready-to-use requests!
  • Authentication
    • Static token
    • JWT Authentication
      • Get access token
      • Refresh your access token
  • Types of Tokens
  • API versioning
  • Rate Limit Policies
  • Incident alerts
  • How Payment Works
  • Status Code
  • Account
    • Plan Information
    • List account users
    • Create account users
    • Delete account user
  • Documents
    • Create document via Upload
    • OneClick (ClickWrap)
      • Create document (OneClick)
    • Create document via Template
    • Add attachment (extra document)
    • Add attachment (extra document) via Template
    • Detail document
    • List documents
    • Delete document
    • Document Audit Trail
    • Optional: Place signatures
    • Reject Documents
  • Signers
    • Detail signer
    • Update signer
    • Add signer
    • Delete signer
    • Batch sign via API
    • Reject Documents by User
  • Templates
    • Create template (DOCX)
      • Configure Template Form
    • List templates
    • Get template
    • Update template
    • Delete template
  • Partnerships
    • Update Payment Status
    • Create Account
  • TIMESTAMP
    • Add timestamp
  • Background Check
  • Introduction
  • Understanding the Result
  • Creating a Background Check
    • Person Check
    • Company check
  • Retrieve a Check
  • Check details
  • Webhooks
    • How webhooks works
    • Testing webhooks on ZapSign
    • Create Webhook
    • Webhooks logs
    • Events
      • Document
        • Doc created
        • Doc deleted
        • Created signer
      • Signer
        • Signature request send
        • Document viewed
        • Reading confirmation
        • Doc signed
        • Doc refused
        • Email bounce
        • Failed Validation
      • Background check
        • Background check completed
    • Reprocessing Documents and Webhooks
    • Delete Webhook
  • Widget
    • How widget works
Powered by GitBook
On this page

Was this helpful?

Types of Tokens

PreviousRefresh your access tokenNextAPI versioning

Last updated 5 months ago

Was this helpful?

API Token

  • Location: Go to

  • Description: The API Token is the primary account token, used for authentication when integrating with the API. If you prefer a JWT-based authentication method, see the "Authentication" section.

User Token

  • Location: Navigate to

  • Description: The User Token is an exclusive token for batch signing via API.

Template ID

  • Location: In Templates, select the desired template and click on Manage. Copy the code from the URL after "modelos/".

  • Example: https://app.zapsign.co/conta/templates/31bfa32c-9427-40ac-9804-187e6f4e73

  • Description: The Template ID identifies a specific template created on the platform and is used to link it to your request.

Signer Token

  • Location: Find the set of numbers after "/verificar" in the URL.

  • Description: The Signer Token is associated with a specific signer. Each signer has a unique link for authentication and identification. You can use it for batch signing, signer detailing, etc.

  • Example: https://app.zapsign.co/verificar/92b36ec9-a449-4574-8ff0-5cc2c5ab7

Doc Token

  • Location: In Created Documents, select the desired document and click on it. Copy the code from the URL after "documentos/".

  • Description: The Doc Token is unique to each document created on the platform and is used for identification and specific operations, such as adding documents and extra users, detailing documents, and positioning signatures.

  • Example: https://app.zapsign.co/conta/documentos/1a764cab-b702-4a85-b16d-612688

When making a request, both the Doc Token and the Signer Token will be created automatically and can be verified in the received response.

Settings > Integrations > ZapSign API > Access Token.
Settings > My Profile > Security > API Signing.