Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.leadwaycrm.com/llms.txt

Use this file to discover all available pages before exploring further.

API to fetch the Review Count as per status
GET https://services.leadconnectorhq.com/products/reviews/count

Autorizacion

Authorization
string
required
Bearer token generado desde el portal Leadway. Ver Autenticacion.
Version
string
default:"2021-07-28"
required
Version de la API.

Query parameters

altId
string
default:"6578278e879ad2646715ba9c"
required
Account Id or Agency Id
altType
string
required
rating
number
default:"4"
Key to filter the ratings
startDate
string
default:"2023-01-01T00:00:00Z"
The start date for filtering reviews
endDate
string
default:"2023-12-31T23:59:59Z"
The end date for filtering reviews
productId
string
Comma-separated list of product IDs
storeId
string
Comma-separated list of store IDs

Respuestas

data
array[]
required
Array of review status counts
{
  "data": [
    []
  ]
}
{}
{}
{}

Ejemplo

curl -X GET 'https://services.leadconnectorhq.com/products/reviews/count' \
  -H 'Authorization: Bearer YOUR_TOKEN' \
  -H 'Version: 2021-07-28'