GET
/
tickets-rates
curl --request GET \
  --url https://api-alpha.fourvenues.com/integrations/tickets-rates/ \
  --header 'integration_id: <api-key>' \
  --header 'secret: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": [
    {
      "_id": "el7yuiyep0006msyw2pri1tem1LpJwSc",
      "name": "General Access",
      "options": [
        {
          "_id": "Ey45vjKCVsv9LjzOB4uWE5KfWGrpvVz8",
          "additional_info": "Valid only for erasmus.",
          "age": 18,
          "content": "1 drink",
          "max_quantity": 1000,
          "price": 10,
          "until": 0
        }
      ],
      "slug": "general-access"
    }
  ]
}

Authorizations

integration_id
string
header
required

Identifier of the integration (Auth v1)

secret
string
header
required

Secret of the organization (Auth v1)

x-api-key
string
header
required

API key (Auth v2)

Query Parameters

event_id
string

Event identifier.

Response

200
application/json
HTTP OK
success
boolean
Example:

true

data
object[]

Array of tickets rates