Security API Reference
Create IP Whitelist
This endpoint is responsible for whitelisting an IP address which is to be attached to a particular API KEY.
POST
This endpoint is responsible for whitelisting an IP address which is to be attached to a particular API KEY. This adds an extra layer of security by ensuring that API calls can only be made from approved IP addresses.
The IP address must be approved using the OTP sent to the user’s email address before it becomes active.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
IP successfully whitelisted