workspaceId (required)integrationId, organizationId, integrationName (optional)id – product IDname – product namehsSku – product SKUcreatedStart, createdEnd – creation date rangelastModifiedStart, lastModifiedEnd – last update date rangepage, limit – paginationcurl --location --request GET 'https://api.data.v4.marketing/v1/hubspot/products?workspaceId=workspace_123&integrationId&organizationId&integrationName&id&name&hsSku&createdStart=2026-01-01T00:00:00Z&createdEnd=2026-01-31T23:59:59Z&lastModifiedStart=2026-01-01T00:00:00Z&lastModifiedEnd=2026-01-31T23:59:59Z&page&limit' \
--header 'x-client-id: <api-key>' \
--header 'x-client-secret: <api-key>'{
"data": [
{
"id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"archived": true,
"name": "string",
"price": 0,
"description": "string",
"hs_sku": "string",
"integration_id": "string",
"workspace_id": "string",
"organization_id": "string",
"user_id": "string",
"document_id": "string",
"inserted_at": "2019-08-24T14:15:22.123Z",
"integration_name": "string"
}
],
"meta": {
"page": 0,
"limit": 0,
"hasNextPage": true,
"hasPreviousPage": true
}
}