curl --location '/v1/destinations?limit=undefined&after=undefined&updated_after=2026-01-01' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "dst_strandvik00000000000000000000000",
"city": "strandvik",
"type": "destination"
}
],
"meta": {
"request_id": "23b32df8-0e36-452f-a7d7-a1b60be304e0",
"api_version": "2026-04-01"
},
"pagination": {
"has_more": false,
"next_cursor": null
}
}