This document explains how to authenticate with the Brogevity API hosted at https://api.brogevity.com
, using a Bearer token for secure and rate-limited access.
The Brogevity API uses Bearer Tokens for authentication. Every request to the API must include a valid Bearer token in the headers. The token ensures secure access and enforces hourly and monthly rate limits.
Include the following header in every API request:
Header | Value | Required |
---|---|---|
Authorization |
Bearer YOUR_TOKEN |
Yes |
Authorization
header of every API request.