Authentication
API Key
Pass your key via header:
x-api-key: YOUR_API_KEYJWT
Pass a user access token via header:
Authorization: Bearer YOUR_JWTCombining
Some endpoints accept either; you can send both for extra safety during transitions.
Pass your key via header:
x-api-key: YOUR_API_KEYPass a user access token via header:
Authorization: Bearer YOUR_JWTSome endpoints accept either; you can send both for extra safety during transitions.