Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Your Moonbase API key.

Path Parameters

id
string
required

The ID of the funnel to retrieve.

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.