curl --request GET \
--url https://services.leadconnectorhq.com/store/customer-access-center/wishlist \
--header 'Authorization: Bearer <token>'{
"statusCode": 400,
"message": "Bad Request"
}It will return all the wishlisted products
curl --request GET \
--url https://services.leadconnectorhq.com/store/customer-access-center/wishlist \
--header 'Authorization: Bearer <token>'{
"statusCode": 400,
"message": "Bad Request"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The maximum number of items to be included in a single page of results
20
The starting index of the page, indicating the position from which the results should be retrieved.
0
Successful response
Was this page helpful?