Try API Request
GET
Request
Headers
string
You can specify the language to use for API requests and responses. It follows the ISO-639-1 format.
string
Represents the media type of the resource. Defaults to
application/json.string
The key value to use for API requests. Instructions for getting API keys are in “how to generate API Keys”.
Query Params
string
required
The start date for tracking link list query.
string
required
The end date for tracking list query.
number
A cursor used to retrieve the next page of data
number
The number of items to retrieve.Note that up to 1000 can be set.
string
The keyword to search for.
string
Filter channel.
enum
Sort standard. The default is
createdAtenum
Sort by. (Default: ASC)
Response
200
nextCursor- Type: number (nullable)
- Description: A cursor used to retrieve the next page of data. Pass the returned nextCursor value as the next_cursor parameter in the next API request to continue fetching data. If there is no more data available, null will be returned.
- Type: boolean
- Description: Indicates whether additional data is available for the next page. Returns true if more data exists, false if no additional data can be retrieved. Typically used in conjunction with nextCursor.