Secret Key plays a significant role in Quixy Integrations for both pushing and pulling data. It is the piece of information or parameter used to encrypt and decrypt messages symmetrically (uses only one key), or what we call secret-key encryption.
Quixy uses simple token-based authentication. To generate or manage your API key, go to My Profile -> Integrations Tab in your Quixy account. Your API key carries the same privileges as your user account, so be sure to keep it secret!
You can authenticate the API by providing your API key in the HTTP authorization bearer token header. Alternatively, a slightly lower-security approach is to provide your API key with the api_key query parameter.
All API requests must be authenticated and made over HTTPS.
How to use the Secret Key?
The secret key in Quixy is used to generate a Bearer Token which is further used to call/consume an API. In Quixy, the API can be a Webhook API (Push data into Quixy) or Report API (Pull data from Quixy)
- First, let us see how to generate a bearer token.
- Next, use the bearer token to call an API (Report API / Webhook API).
Generate Bearer Token (Experience in POSTMAN)
To generate a Bearer Token in Postman is easy and needs collaboration of Quixy platform for API details and Postman to run the API and generate bearer token. Refer to the GIF below to understand the process.