Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/v1/functions/{function_name}/execute \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "linked_account_owner_id": "<string>", "function_input": {} } '
{ "success": true, "data": null, "error": "<string>" }
API key for authentication
The owner id of the linked account. This is the id of the linked account owner in the linked account provider.
255
The input parameters for the function.
Successful Response