api_request
Use any documented Factorial ATS Ops Control Plane endpoint through the buyer's saved connection details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full URL or documented path. | |
| method | Yes | ||
| confirm | No | Set true to run a live (non-GET) change. Ignored for GET and when dry_run=true. | |
| dry_run | No | Preview the action without sending it. | |
| body_json | No | JSON request body for documented write operations. | |
| query_json | No | Additional documented query parameters, including bracketed filter keys. | |
| headers_json | No | Additional request headers for endpoints that require vendor-specific headers. |