Skip to main content
POST
/
v1
/
notifications
/
funnel
/
advance
Advance Funnel Stage
curl --request POST \
  --url https://api.mixpeek.com/v1/notifications/funnel/advance \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "stage": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
stage
string
required

Response

Successful Response

The response is of type Response Advance Funnel Stage V1 Notifications Funnel Advance Post · object.