3-step quickstart
Authenticate, list users and register your first task in under 5 minutes.
Get credentials
Open Menu > Integration at app.auvo.com.br and copy apiKey and apiToken. Store them in a secret manager, never in source code.
Authenticate and receive the token
The response includes result.accessToken, a JWT valid for 30 minutes. Renew it by calling /login again when it is close to expiry.
Make the first authenticated call
Use the token in the Authorization header to query account resources, such as the user list.
Next steps
After the first call, go deeper into authentication, pagination and webhooks to integrate Auvo securely.