Authentication API Documentation

This document explains how to authenticate with the API hosted at https://alpha.brogevity.com, including how to use the API key for secure and rate-limited access.


Authentication Overview

The API uses API Keys for authentication. Every request to the API must include a valid API key in the headers. The key ensures proper access and enforces both hourly and monthly rate limits.


Authentication Method

API Key


Headers

Include the following header in every API request:

Header Value Required
x-api-key Your unique API key Yes

Example

Endpoint

Access the card data at the following endpoint:

GET <https://alpha.brogevity.com/api/data/cards>