Code
Execute function
Run a function in a secure, isolated environment. Define a function named execute
. The function will be passed input
as an object.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
OK
The response is of type object
.