Playbook-API
  1. Global
Playbook-API
  • Global
    • Overview
    • Base URL (Servers)
    • Authentication
    • Rate Limits + Usage
    • Errors
    • League / sportKey Conventions
    • Support
  • Endpoints
    • Health
      GET
    • Me
      GET
    • Teams
      GET
    • Injuries
      GET
    • Splits
      GET
    • Splits (Historical/History)
      GET
    • Odds-Games
      GET
    • Lines
      GET
    • Games
      GET
  1. Global

Authentication

Authentication
Requests are authenticated using an API key passed as a query parameter:
Required Query Param
api_key=YOUR_API_KEY
Example
GET /injuries?league=NBA&api_key=YOUR_API_KEY
Notes
If your key is missing or invalid, you’ll receive 401 Unauthorized.
Keep your API key private. Do not embed it in client-side code without restrictions.
Modified at 2025-12-31 22:25:41
Previous
Base URL (Servers)
Next
Rate Limits + Usage
Built with