Vending
List all vendings
Returns every vending (A-POP) in your account.
Authorization
ApiKeyAuth Authorization<token>
API key created in the dashboard (Settings → Manage API Keys). Sent in the
Authorization header. Whether a Bearer prefix is required is unconfirmed —
verify against a live request.
In: header
Query Parameters
products?string
Whether to return products as a flat list or a planogram.
Response Body
application/json
application/json
curl -X GET "https://example.com/vendings"{ "data": [ { "vendingId": "f5346069-35a3-4c65-a177-7c64cf8dd15c", "status": "string", "online": true, "enabled": true, "address": "string", "building": "string", "countryCode": "string", "currencyCode": "string", "identifier": "string", "posId": "7f542382-3a91-4db8-938e-e9f86b88057c", "products": [ { "productId": "dcd53ddb-8104-4e48-8cc0-5df1088c6113", "productName": "string", "productPrice": 0.1, "productThumbnail": "http://example.com", "productSku": "string", "quantity": 0 } ] } ]}{ "errors": { "message": "string" }}