Authentication
Last updated
POSTing to Branta requires API key authentication.
Include Authorization: Bearer my_key_123 in the HTTP Header to authenticate.
API keys carry sensitive privileges so they should be kept secure at all times. Do not commit them to code or share them publicly.
Last updated