cURL
curl --request GET \ --url https://api.dancity.app/api/external/v1/products \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": "<unknown>" }
Fetch products with optional filters. GET /api/products and the legacy GET /api/products/product path are the same handler.
GET /api/products
GET /api/products/product
Merchant API key from the Dancity dashboard.
OK
true