adjust-icon

Get sublinks

Use this endpoint to get the sublinks for your specified app.

Return a list of sublinks associated with your app.

Pagination

Results from this endpoint are paginated using a cursor. Each page returns the location of the previous and next pages. You can include these in your calls to return specific pages. You can also limit the number of items included on a page. The default limit is 50.

Each results page contains a “paging” object containing the cursor positions. You can use these cursor positions to programatically move between pages. For example, the first page might contain results like this:

Response parameters

Response format
{
"name": "String",
"token": "String",
"label": "String",
"level": 2,
"archived": false,
"has_subtrackers": false,
"partner_id": null,
"cost_data_enabled": false,
"url": "String",
"click_url": "String",
"impression_url": "String"
}

Example