Authorization header:
Migration from the legacy flow
We migrated from a two-step authentication flow to a one-step flow:- Legacy flow: send
key_idandkey_secretto/auth, receive a short-lived token, then call API endpoints with that token. - Current flow: call API endpoints directly with your API key in
Authorization: Bearer <api_key>.