Skip to content

List IPs

Request

Get IP whitelist for the tenant

Security
bearerToken
Path
tenantstringrequired
curl -i -X GET \
  'https://docs.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/ips' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

List of whitelisted IPs

Bodyapplication/json
Array [
idinteger

IP entry ID

tenantIdinteger

Tenant ID

ipstring

IP address in CIDR notation

Example:"123.123.123.123/10"
createdAtstring, (date-time)
]
Response
[ { "id": 0, "tenantId": 0, "ip": "123.123.123.123/10", "createdAt": "2019-08-24T14:15:22Z" } ]