Skip to main content
POST
/
api
/
public
/
v1
/
funnels
/
{funnelId}
/
promote
Promote funnel to production
curl --request POST \
  --url http://app.localhost:3000/api/public/v1/funnels/{funnelId}/promote \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "storeId": "<string>",
  "customDomain": "<string>",
  "acknowledgeConflict": true
}
'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

funnelId
string
required

Body

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

Response

Successful response