Authentication API Documentation

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.


Authentication Overview

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.


Authentication Method

Bearer Token


Headers

Include the following header in every API request:

Header Value Required
Authorization Bearer YOUR_TOKEN Yes

How to Authenticate

  1. Obtain a valid Bearer token from the Brogevity API by logging into your account or through an authentication endpoint (if applicable).
  2. Include the token in the Authorization header of every API request.