Get access token
The access token is used to authenticate with the ZapSign API. It is associated with your user and the organization specified when generating the token, and it expires after 1 hour.
Last updated
The access token is used to authenticate with the ZapSign API. It is associated with your user and the organization specified when generating the token, and it expires after 1 hour.
Last updated
To obtain the Access Token, make a request to the authentication endpoint with your ZapSign user credentials. This endpoint will return both the Access Token and the Refresh Token.
POST
https://api.zapsign.com.br/api/v1/auth/token/{{
organization_ID}}/
You can obtain your organization ID by navigating to Settings > Integrations > API Token > Organization ID.
After obtaining your Token, you can authenticate to the ZapSign endpoints by including your token in the "Authorization" header of your request, using the prefix "Bearer". Example:
After one hour, you will need to authenticate again. See how to do this in the chapter "Refresh Your Access Token".