cURL
curl --request POST \ --url https://api.stackone.com/actions/rpc \ --header 'Content-Type: application/json' \ --data '{ "action": "create_employee", "input": { "query": { "param1": "value1", "param2": "value2" }, "headers": { "Content-Type": "application/json" }, "body": { "data": "example" } } }'
{ "next": "<string>", "data": {} }
Makes a remote procedure call to the specified action
Action response
The response is of type object.
object
Was this page helpful?