Is the request I am about to send safe?
robyn_integration_lintPost the request you INTEND to make and get back what is missing or unsafe, with the concrete consequence. Run this before your first live execute. Findings marked unsafe can lose money or make you report something untrue — fix them, do not proceed. IMPORTANT: it lints the REQUEST only. A clean lint does NOT mean your integration is correct — it cannot see whether you branch on all three verification verdicts or treat undetermined as success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | the body you intend to send | |
| endpoint | Yes | the endpoint you intend to call |