Token estático

Un token fijo y predefinido, ideal para autenticaciones continuas. Este método es fácil de implementar y perfecto para escenarios donde la seguridad no requiere el uso de tokens temporales.

¿Cómo usarlo?

Incluye tu api_token en el encabezado "Authorization" de tu solicitud, con el prefijo "Bearer ". Por ejemplo:

  '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.

Para mayor información ve a la sección "Antes de empezar".

Last updated

Was this helpful?