Generated from the current FB API OpenAPI schema. View OpenAPI

Overview

Authentication

All `/v1/*` endpoints are authenticated with a user API key.

Bearer Token

Pass the API key in the `Authorization` header. `/health` and `/openapi.json` do not require authentication.

Header
Authorization: Bearer <USER_API_KEY>

Validation