Skip to main content
POST
/
api
/
public
/
v1
/
funnels
/
{funnelId}
/
promote
Promote funnel to production
curl --request POST \
  --url https://api.tagada.io/api/public/v1/funnels/{funnelId}/promote \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "storeId": "store_123",
  "customDomain": "checkout.example.com"
}
'
{
  "success": true,
  "message": "Funnel promoted to production",
  "funnelId": "funnelv2_123"
}

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Path Parameters

funnelId
string
required

Body

application/json
storeId
string
required
customDomain
string
required
Minimum string length: 1
acknowledgeConflict
boolean

Response

Successful response