Import Destinations

List import destinations

Retrieve list of import destinations.

get/import/destinations

Query parameters

page_sizeinteger

Number of items to return per page.

order'asc' | 'desc'

Sort order for items

cursorstring

Used for pagination - represents last page seen. Value is included in response when there is a next page.

Response

OK

status'success' required
dataListDestinationsResponse required— unresolved $ref
messagestring required
has_nextboolean required

Whether there are more items beyond this page.

next_urlstring

Full URL to fetch the next page. Only present when has_next is true.

Changes