Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Using this API, you can view the created funnels in the project.

Reading.

Allows you to view the created funnels.

 

GET https://api.smartsender.com/v1/funnels


Main parameters:

Name

Description

Validation

page

Requested Page

Minimum value 1

limitation

Amount of data to display per page

Minimum value 1, maximum 20

term

Search string

 

 

In case of a successful response, you will receive the following:

 

{
    "cursor": Cursor,
    "collection": Funnel[]
}


Answer description:

Name

Description

cursor

Type object Cursor

collection

Array of type objects Funnel

 

Getting by ID.

Allows you to get information about the selected funnel.

 

GET https://api.smartsender.com/v1/funnels/{funnelId}


In case of a successful response, get an object of type Funnel.

  • No labels