secret_key
, which can be found on your organization page.POST
requests as part of the request body, never in the query parameters. For non-POST
requests, please use another form of authentication.Basic <encoded value>
, where <encoded value>
is a Base 64 encoded value of a string with your account API token (found on your organization page) and a secret key on your account in the format of <API token>:<secret key>
.token
and your secret key is secret
, then the header would be set to Basic dG9rZW46c2VjcmV0
.