Validate a public RPC action payload
Backend RPC API
Validate a public RPC action payload
Validate an action payload before execution. Use the same action name and payload shape as /rpc/public/run.
POST
Validate a public RPC action payload
Authorizations
Use a secret org API key. Do not expose this key in browser code.
Body
application/json
Validation uses the same action name and payload shape as execution.
Public RPC action name, for example list_contacts or create_call.
Action-specific input object.
Identity payload for actions that target a specific resource.
Field names or nested field-selection objects, depending on the action.
Action-specific sort expression.
Pagination options for list actions.
Response
200 - application/json
Validation result.
- Option 1
- Option 2

