150 lines
4.0 KiB
Markdown
150 lines
4.0 KiB
Markdown
---
|
|
name: radar-routes
|
|
description: Handle 12 OpenAPI operation(s) under /v1/radar for the radar route group.
|
|
---
|
|
|
|
# radar API Routes
|
|
|
|
Handle 12 OpenAPI operation(s) under /v1/radar for the radar route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### get_radar_early_fraud_warnings
|
|
|
|
- Operation ID: `get_radar_early_fraud_warnings`
|
|
- Route: `GET /v1/radar/early_fraud_warnings`
|
|
- Mode: READ
|
|
- Summary: List all early fraud warnings
|
|
- Parameters:
|
|
- `charge` in `query`
|
|
- `created` in `query`
|
|
- `ending_before` in `query`
|
|
- `expand` in `query`
|
|
- `limit` in `query`
|
|
- `payment_intent` in `query`
|
|
- `starting_after` in `query`
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_radar_early_fraud_warnings_early_fraud_warning
|
|
|
|
- Operation ID: `get_radar_early_fraud_warnings_early_fraud_warning`
|
|
- Route: `GET /v1/radar/early_fraud_warnings/{early_fraud_warning}`
|
|
- Mode: READ
|
|
- Summary: Retrieve an early fraud warning
|
|
- Parameters:
|
|
- `early_fraud_warning` in `path` required
|
|
- `expand` in `query`
|
|
- Body: JSON request body accepted.
|
|
|
|
### post_radar_payment_evaluations
|
|
|
|
- Operation ID: `post_radar_payment_evaluations`
|
|
- Route: `POST /v1/radar/payment_evaluations`
|
|
- Mode: WRITE
|
|
- Summary: Create a Payment Evaluation
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_radar_value_list_items
|
|
|
|
- Operation ID: `get_radar_value_list_items`
|
|
- Route: `GET /v1/radar/value_list_items`
|
|
- Mode: READ
|
|
- Summary: List all value list items
|
|
- Parameters:
|
|
- `created` in `query`
|
|
- `ending_before` in `query`
|
|
- `expand` in `query`
|
|
- `limit` in `query`
|
|
- `starting_after` in `query`
|
|
- `value` in `query`
|
|
- `value_list` in `query` required
|
|
- Body: JSON request body accepted.
|
|
|
|
### post_radar_value_list_items
|
|
|
|
- Operation ID: `post_radar_value_list_items`
|
|
- Route: `POST /v1/radar/value_list_items`
|
|
- Mode: WRITE
|
|
- Summary: Create a value list item
|
|
- Body: JSON request body accepted.
|
|
|
|
### delete_radar_value_list_items_item
|
|
|
|
- Operation ID: `delete_radar_value_list_items_item`
|
|
- Route: `DELETE /v1/radar/value_list_items/{item}`
|
|
- Mode: WRITE
|
|
- Summary: Delete a value list item
|
|
- Parameters:
|
|
- `item` in `path` required
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_radar_value_list_items_item
|
|
|
|
- Operation ID: `get_radar_value_list_items_item`
|
|
- Route: `GET /v1/radar/value_list_items/{item}`
|
|
- Mode: READ
|
|
- Summary: Retrieve a value list item
|
|
- Parameters:
|
|
- `expand` in `query`
|
|
- `item` in `path` required
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_radar_value_lists
|
|
|
|
- Operation ID: `get_radar_value_lists`
|
|
- Route: `GET /v1/radar/value_lists`
|
|
- Mode: READ
|
|
- Summary: List all value lists
|
|
- Parameters:
|
|
- `alias` in `query`
|
|
- `contains` in `query`
|
|
- `created` in `query`
|
|
- `ending_before` in `query`
|
|
- `expand` in `query`
|
|
- `limit` in `query`
|
|
- `starting_after` in `query`
|
|
- Body: JSON request body accepted.
|
|
|
|
### post_radar_value_lists
|
|
|
|
- Operation ID: `post_radar_value_lists`
|
|
- Route: `POST /v1/radar/value_lists`
|
|
- Mode: WRITE
|
|
- Summary: Create a value list
|
|
- Body: JSON request body accepted.
|
|
|
|
### delete_radar_value_lists_value_list
|
|
|
|
- Operation ID: `delete_radar_value_lists_value_list`
|
|
- Route: `DELETE /v1/radar/value_lists/{value_list}`
|
|
- Mode: WRITE
|
|
- Summary: Delete a value list
|
|
- Parameters:
|
|
- `value_list` in `path` required
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_radar_value_lists_value_list
|
|
|
|
- Operation ID: `get_radar_value_lists_value_list`
|
|
- Route: `GET /v1/radar/value_lists/{value_list}`
|
|
- Mode: READ
|
|
- Summary: Retrieve a value list
|
|
- Parameters:
|
|
- `expand` in `query`
|
|
- `value_list` in `path` required
|
|
- Body: JSON request body accepted.
|
|
|
|
### post_radar_value_lists_value_list
|
|
|
|
- Operation ID: `post_radar_value_lists_value_list`
|
|
- Route: `POST /v1/radar/value_lists/{value_list}`
|
|
- Mode: WRITE
|
|
- Summary: Update a value list
|
|
- Parameters:
|
|
- `value_list` in `path` required
|
|
- Body: JSON request body accepted.
|