cURL
curl --request GET \ --url https://channels-service.fourvenues.com/resellers/validate \ --header 'Authorization: <api-key>'
{ "id": "abcdefghijk1234567890", "barcode": "ABCD1234", "valid": true, "swappable": true, "event": { "id": "abcdefghijk1234567890", "name": "Saturdays at Ginger Klub", "date_start": "2024-02-29T23:00:00.000Z", "date_end": "2024-03-01T06:30:00.000Z", "date_only": false }, "type": { "id": "abcdefghijk1234567890", "name": "Entrada + 1 copa", "date_start": "2024-01-30T18:15:00.000Z", "date_end": "2024-01-30T18:30:00.000Z", "date_only": false, "price": 15, "service_fee": 1.2, "currency": "EUR" } }
Validates a reseller’s barcode and checks if it’s valid and swappable.
The barcode (qrCode) to be validated
Successful validation
The response is of type object.
object