curl --request GET \
--url https://apix.us.amity.co/api/v1/products/count \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": {
"count": 42
}
}Get the total count of products matching the specified criteria.
Access Control:
Important Notes:
curl --request GET \
--url https://apix.us.amity.co/api/v1/products/count \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": {
"count": 42
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search keyword for product name
200Filter by active status
Filter by deleted status