Funnels API - en
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:
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.