Skip to main content
GET
/
resellers
/
validate
Validate reseller barcode
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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.fourvenues.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Query Parameters

barcode
string
required

The barcode (qrCode) to be validated

Response

Successful validation

id
string
Example:

"abcdefghijk1234567890"

barcode
string
Example:

"ABCD1234"

valid
boolean
Example:

true

swappable
boolean
Example:

true

event
object
type
object