Generate Secret Key


Secret key

The Secret Key mechanism is a method used to authenticate API requests and it is obtained through the OAuth2 authorization process.. You should specify the secret key as a Bearer token in the Authorization header of your requests.This key is unique and its lifetime is 1 year.

Generate secret key

The Secret key is typically generated using the OAuth2 authorization method, with the application issuing a token upon generation. To obtain your access token, navigate to the 'Profile' section at " https://panel.getfaceage.com ". Once generated, the access token is displayed only once to ensure its security. It is imperative to securely store the token in a safe location to prevent unauthorized access. In the event of a lost or compromised access token, you have the capability to regenerate it unlimited times.


By prioritizing these security considerations, your business can effectively mitigate the risks associated with bearer tokens, ensuring the confidentiality, integrity, and availability of your protected resources.


Secret Key