Greip Dashboard ā Protecting your API Key
1
First Step
Go to the Account Settings page from
the account dashboard.
2
Second Step
Under the āSecurity settingsā section, click on the āManageā button on the
right side of the āAuthorized devicesā setting as shown below:
3
Third Step
You will see a list of devices that are currently authorized to access your
account. To revoke access to a device, click on the āRevokeā button next to
the device.
You can enter domain names and/or IP Addresses in this field.For example: letās say you want to send requests to the API from client-side using our JS Package and in the same time youāre using our PHP Library to send request from the server-side. Then you have to add your domain name (where your client-side is hosted) and your server IP Address (where you use the PHP Library).E.g:
Important Notes
- If you use subdomains, then you have to list them all.
- If you use CloudFlare or any other service that using Proxy approach and you want to whitelist your server IP Address, then just add the real server IP address.
- If you leave the authorised hosts field empty, then youāre telling us that you want to allow all domains and IP addresses to use the API Key.