In order to generate and use an API key, you must have a valid registration. If you don't already have one, follow the steps in the Create your project guide.
API key: serves as a unique identifier for applications or users, enabling them to interact with APIs
Secret key: used in conjunction with API keys, it adds an extra layer of security by requiring a confidential token to authenticate requests
Passphrase: used to encrypt your secret key from being exposed to the public; it is also used as an additional security measure, typically required when performing critical operations like account modifications and viewing secret keys
To generate an API key, please follow these steps:
Congrats! You have created an API key.
When making requests to an API, both the API key and the secret key are required.