Skip to main content
Not yet implemented. This page describes the planned MS7 (PLAT-42) conventions. Endpoints below are not available until that milestone ships.
Connect read routes (pull data from a vendor into your system) will follow shared conventions:

Pagination

Query paramPurpose
cursorOpaque cursor from a previous response
limitPage size (default and max TBD)
Responses will include pagination metadata in the Connect envelope (exact field names TBD in PLAT-42).

Filtering

Common filters (vendor-specific routes may add more):
Query paramPurpose
updatedSinceISO-8601 timestamp — records changed after this time
statusVendor-specific status filter where applicable

Response shape

Successful reads return vendor data passthrough in data, wrapped in the standard Connect envelope with meta.requestId. See also Pagination on the Platform tab.