Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Your Moonbase API key.

Body

application/json

The Funnel object to be created.

Parameters for creating a funnel.

name
string
required

The name of the funnel.

steps
FunnelStepParams · object[]

An ordered list of steps to create. Array order determines step order.

Response

Successful response.

A Funnel represents a series of steps used to track progression.

type
string
required

String representing the object’s type. Always funnel for this object.

Allowed value: "funnel"
id
string
required

Unique identifier for the object.

name
string
required

The name of the funnel.

steps
FunnelStep · object[]
required

An ordered list of FunnelStep objects that make up the funnel.

created_at
string<date-time>
required

Time at which the object was created, as an ISO 8601 timestamp in UTC.

updated_at
string<date-time>
required

Time at which the object was last updated, as an ISO 8601 timestamp in UTC.