v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

IP whitelisting set up

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

post/security/whitelist

Headers

Authorizationstring required

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

Content Typestring required

application/json

Request body

whitelistedIpsstring[] required

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

Response

200

whitelistedIpsstring[]

Example response

{
  "whitelistedIps": [
    "12.123.123.123/12"
  ]
}