API Keys
API Keys
When you create an Airgate account, you’ll get two types of API Keys:
Secret Key: This type of key is the most powerful and can authorize any action on your account. Never expose it to the public eye.
Public Key: This type of key is used in public scenarios like in front-end JavaScript code.
To get your keys visit the Overview page
Caution
If you suspect your keys have been compromised or accessed by an unauthorized person, generate new ones immediately using the Generate New Keys button on the Overview page on your dashboard.
Generating new keys invalidates all existing keys and gives you a new set. You can then update your app to use the new keys.
Last updated