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.
Request body
{
"username": "dev@example.com.br",
"password": "StrongPassword123"
}

Last updated
Was this helpful?