---
title: "Add Radar Allow Entry"
method: POST
path: "/workos:addRadarAllowEntry"
tags: ["WorkOS"]
---

# Add Radar Allow Entry

`POST /workos:addRadarAllowEntry`

Add a radar (workos threat-detection) allow entry.

## Request body

- AddRadarAllowEntryRequest
  - `type` 'ip_address' | 'domain' | 'email' | 'device' | 'user_agent' | 'device_fingerprint', required
  - `entry` string, required

## Response `200`

Successful Response

- SuccessResponse — Generic success response
  - `detail` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/cradle/apis/cradle-api.md) · [All operations](https://skmtc.dev/cradle/apis/cradle-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cradle/cradle-api/revisions/b0b5b6bfaed8/schema)
