Atlas
Admin — IP Allowlist

List IP allowlist entries

Returns all IP allowlist entries for the admin's active organization, plus the caller's current IP address.

GET
/api/v1/admin/ip-allowlist

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/ip-allowlist"
{
  "entries": [
    {
      "id": "string",
      "orgId": "string",
      "cidr": "string",
      "description": "string",
      "createdAt": "string",
      "createdBy": "string"
    }
  ],
  "total": 0,
  "callerIP": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}