Types of Tokens
API Token
Location: Go to Settings > Integrations > ZapSign API > Access Token.
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 Settings > My Profile > Security > API Signing.
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.
Last updated