Run a public RPC action
Backend RPC API
Run a public RPC action
Execute a public org RPC action by sending the action name and payload in the request body.
POST
Run a public RPC action
Authorizations
Use a secret org API key. Do not expose this key in browser code.
Body
application/json
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.

