cURL
basic
curl --request POST \ --url https://app.tagadapay.com/api/public/v1/plugins/v2/source-data \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "pluginId": "my-landing-page-abc123" } '
{ "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:
Enter your API key as: Bearer your-api-key
Bearer your-api-key
1
Successful response