Authentication
To authenticate your requests, you must include anAuthorization
header in every API call. The value of this header should be your public_key
and secret_key
joined by a colon, in the following format: Bearer <PUBLIC_KEY>:<PRIVATE_KEY>