IP whitelisting set up

Control the IPs that can have access to the Routee public API.

Error statusError CodeError MessageDescription
404404100008"client was not found"Client not found
403403100023"Access denied. You are not authorized to access this resource."Access denied
409409100020"The same IP Whitelist already exists!"WhitelistedIps object exists in the database
400400000000"Validation Error!"The payload has a wrong format
Body Params
whitelistedIps
array of strings
required

[Required, not empty] An Array of valid ip’s that will be used as whitelisted for using the API for the specific application.

whitelistedIps*
Headers
string
required
Defaults to Basic {token}

This will help us identify the specific application for which we will apply the whitelist.

string
required
Defaults to application/json

application/json

Responses

Language
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json