/api-docs/brandProfile, product CRUD, coupon code CRUD, concrete cURL requests, and JSON examples.
Open Brand DocsAPI documentation is organized under a stable public route pattern so teams can link directly to the role they need and expand endpoint coverage without mixing brand, athlete, gym, or admin examples together.
/api-docs/<role>Example role routes: `/api-docs/brand`, `/api-docs/athlete`, `/api-docs/gym`, and `/api-docs/admin`.
Agents and internal tooling can parse this summary to discover stable public docs routes by role without scraping the full page.
script#api-docs-route-map[type="application/json"]The embedded manifest contains the docs base path plus role URLs and availability state for each role.
{
"docsBasePath": "/api-docs",
"roles": [
{
"description": "Profile, product CRUD, coupon code CRUD, concrete cURL requests, and JSON examples.",
"role": "brand",
"status": "Available",
"url": "/api-docs/brand"
},
{
"description": "Reserved for athlete API auth, proof submission endpoints, rewards, and future response examples.",
"role": "athlete",
"status": "Coming Soon",
"url": "/api-docs/athlete"
},
{
"description": "Reserved for gym verification endpoints, queue operations, and future request and error examples.",
"role": "gym",
"status": "Coming Soon",
"url": "/api-docs/gym"
},
{
"description": "Reserved for internal admin endpoints and operational workflows when those APIs are documented.",
"role": "admin",
"status": "Coming Soon",
"url": "/api-docs/admin"
}
]
}/api-docs/brandProfile, product CRUD, coupon code CRUD, concrete cURL requests, and JSON examples.
Open Brand Docs/api-docs/athleteReserved for athlete API auth, proof submission endpoints, rewards, and future response examples.
Open Athlete Docs/api-docs/gymReserved for gym verification endpoints, queue operations, and future request and error examples.
Open Gym Docs/api-docs/adminReserved for internal admin endpoints and operational workflows when those APIs are documented.
Open Admin Docs