POST
/
v1
/
functions
/
{function_name}
/
execute
{
  "success": true,
  "data": "<any>",
  "error": "<string>"
}

Authorizations

X-API-KEY
string
header
required

API key for authentication

Path Parameters

function_name
string
required

Body

application/json
linked_account_owner_id
string
required

The owner id of the linked account. This is the id of the linked account owner in the linked account provider.

Maximum length: 255
function_input
object

The input parameters for the function.

Response

200
application/json
Successful Response
success
boolean
required
data
any | null
error
string | null