Snippet

Authorization header

Every API call carries a Bearer token. The header looks the same regardless of which endpoint you're calling, only the key classification differs.

Authorization: Bearer gflux_pub_<your_publishable_key>

Or:

Authorization: Bearer gflux_secret_<your_server_key>

See authentication for which classification each endpoint accepts.