Authentication
ZapSign offers two authentication methods: using a static token (your API token) or via JWT, a dynamic token.
Supported authentication types
Static token: A fixed token generated for continuous authentication.
JWT (JSON Web Token): A dynamic token that provides additional security, used for real-time authentication.
Last updated