Enable and authenticate
The API is off until enabled. Requests must include the configured key as a bearer token, X-API-Key, or api_key query parameter.
Authorization: Bearer YOUR_KEYis the recommended header.X-API-Key: YOUR_KEYis also accepted.- If the API is disabled, Tater returns 404. If no key is configured, it returns 403. Invalid keys return 401.