Use Bearer tokens in the Authorization header on every request.
Authorization: Bearer sk-your-api-key-here
curl -X GET "https://tryvinci.com/api/v1/billing/balance" \ -H "Authorization: Bearer sk-your-api-key-here"
Was this page helpful?