Static token

The static token is a fixed and predefined token used for continuous authentication with the API. It's simple to implement and is ideal for scenarios where security does not require temporary tokens.

To use it, just include your api_token in the "Authorization" header of your request, with the prefix "Bearer ". For example:

  'headers': {
    'Content-Type': 'application/json',
    'Authorization': 'Bearer c7f35c84-7893-4087-b4fb-d1f06c23'
  },
GIF demonstrating how to obtain the static token for integration with ZapSign.
User navigating to obtain their API token.

For more information, see the 'Getting Started' chapter.

Last updated