cURL
curl --request POST \ --url https://us.getconvoy.cloud/api/v1/projects/{projectID}/subscriptions/test_function \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "function": "<string>", "payload": {}, "type": "<string>" } '
{ "message": "<string>", "status": true, "data": { "log": [ "<string>" ], "payload": "<unknown>" } }
This endpoint test runs a transform function against a payload.
Documentation IndexFetch the complete documentation index at: https://getconvoy.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://getconvoy.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Project ID
Function Details
Show child attributes
OK
Was this page helpful?