Authenticating Your Requests
All requests to the Venturu API must be authenticated using a bearer token. This ensures that only authorized applications can access the API.API Key Format
Your API key is a secret token that you will receive during the onboarding process. You must include your key in theAuthorization header with every API request. The value must be prefixed with Bearer .
Handling Errors
If your API key is missing, malformed, or invalid, the API will return a401 Unauthorized status code.
Response: 401 Unauthorized