The Secret Key plays a critical role in Quixy integrations for both pushing data into Quixy and pulling data from Quixy. It is used as part of Quixy’s authentication mechanism to securely authorize API requests.
Quixy uses token-based authentication, where a Secret Key is used to generate a Bearer Token, which is then required to consume APIs.
A Secret Key is a secure piece of information used in secret-key (symmetric) encryption, where the same key is used to encrypt and decrypt messages. In Quixy, the Secret Key is used to authenticate API requests and ensure secure data exchange between Quixy and external systems.
Note
Users must have integration access to generate or view the Secret Key.
To generate or manage your API key:
Quixy uses Bearer Token–based authentication.
You can authenticate API requests in either of the following ways:
Authorization headerapi_key query parameterImportant
- All API requests must be made over HTTPS
- Every API request must be authenticated
Caution
The Bearer Token expires automatically every 10 minutes.
Once expired:
Note
Data access during API push or pull operations is governed by user roles and permissions.
To ensure stable and secure integrations:
This approach helps prevent:
In Quixy, the Secret Key is used to generate a Bearer Token, which is then used to call APIs.
Bearer Tokens can be generated using tools such as Postman, in coordination with Quixy’s authentication APIs.
The process typically involves:
Refer to the provided demonstration (GIF) to understand the complete token generation flow in Postman.
