cURL
curl --request POST \ --url http://app.localhost:3000/api/public/v1/plugins/v2/source-data \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "pluginId": "<string>", "deploymentId": "<string>" } '
{ "message": "<string>", "code": "<string>", "issues": [ { "message": "<string>" } ] }
Fetch the source data (e.g., FunnelTemplate) for a deployment.
This enables round-trip editing with external editors like TagadaStudio:
Authentication required: API key must be authorized for the account.
Request body:
Returns:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Successful response