User-Agent
The User-Agent header identifies your integration. Include your name and a valid email address so the Kobana team can reach you if:
- You're doing something wrong, and we can warn you before blocking;
- You're doing something really cool, and we can congratulate you 🙂
Example:
User-Agent: Meu Nome (meunome@example.com)
Example of how to pass this header using cURL:
curl -i \
-H "Authorization: Bearer <<token>>" \
-H 'Content-Type: application/json' \
-H 'User-Agent: Meu Nome (meunome@example.com)' \
-X GET 'https://api.finance.kobana.com.br/v1/accounts'
warning
This header is required on every request — it is recorded in the API access log.