Authorization header in the format of
Example:
Bearer [token]
, with [token]
representing your API Secret Key.Example:
Bearer test_sk_Fje5EhFwyGTGqk4xxxxxxxxxxxxxxxxxxxxxxxxx
Requests made over plain HTTP (non HTTPS) and authentication-less (without providing an API key) will result in failure.
Make sure to NEVER share your secret API keys in public places such as GitHub or client-side code.