Authentication

API Key

Pass your key via header:

x-api-key: YOUR_API_KEY

JWT

Pass a user access token via header:

Authorization: Bearer YOUR_JWT

Combining

Some endpoints accept either; you can send both for extra safety during transitions.