Manage the devices that are authorized to access your account
Greip Dashboard ā Protecting your API Key
You can manage the devices that are authorized to access your account. This feature is useful if you want to revoke access to a device that you no longer use or if you suspect that your account has been compromised.To manage authorized devices, follow these steps:
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:
Copy
+ domain.com+ sub.domain.com+ 123.45.67.89
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.