Introduction
API Reference
- Events
- Bookings
- Channels
- Lists
- Passes
- Subscriptions
- Tickets
- Users
- Payments
- Refunds
- Wallet Movement
Get ticket by id
Get ticket by id.
curl --request GET \
--url https://api-alpha.fourvenues.com/integrations/tickets/{ticketId} \
--header 'integration_id: <api-key>' \
--header 'secret: <api-key>' \
--header 'x-api-key: <api-key>'
{
"success": true,
"data": {
"_id": "el7yuiyep0006msyw2pri1tem1LpJwSc",
"activation_date": "2022-09-15T23:00:00.000Z",
"channel_id": "ajifs2hke000dwemmurwd3kuqN3Kopcx",
"code": "P6J21FF2S",
"discount_quantity_subtract": 0,
"email": "my-client-email@fourvenues.com",
"gender": "female",
"address": "Calle de la Rosa 1",
"language": "es",
"country": "ES",
"postal_code": "28001",
"enter": 0,
"entry_date": 0,
"event_id": "Mjo4f9o9h01fdjvmmrgn9aoh4s5IBHzX",
"for": 1,
"name": "Miguel Román",
"payment_id": "Cl7yuiyhy0007msyw4vfl5ai6YF4WZRn",
"phone": "+34666666666",
"price": 10,
"raised": 0,
"rate_id": "Tl4gr63fr0xkr01i1gk354qbrSCMLTwl",
"rate_name": "General Access",
"rate_slug": "general-access",
"referral_id": "ñeifupjvx000rwe2m2zuba1z9FqyR2dSL",
"refunded": 0,
"sale_type": "online",
"price_info": {
"_id": "1712861139741",
"price": 10,
"age": 18,
"content": "",
"additional_info": ""
},
"supplements": [
{
"_id": "1712861146044",
"price": 2,
"label": "Bus",
"description": "Bus from the city center to the venue.",
"has_fake_price": false,
"fake_price": 0,
"product_quantity": 1,
"product_quantity_used": 1
}
],
"status": "activated",
"total_extras": 2,
"total_fees": 1.2,
"total_paid": 13.2,
"invoice_reference": "EV24T-TOX2-0000215",
"corrective_invoice_references": [
"EV24T-COR-H58Z-0000002",
"EV24T-COR-H58Z-0000003"
]
}
}
Authorizations
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Path Parameters
Query Parameters
Id of the ticket.
Response
true
Unique ID of the ticket.
"el7yuiyep0006msyw2pri1tem1LpJwSc"
Date when the ticket was activated (Paid or activated via SMS) in ISO 8601 format..
"2022-09-15T23:00:00.000Z"
Unique identifier of the channel. (It can be the same or other organization).
"ajifs2hke000dwemmurwd3kuqN3Kopcx"
Access code (QR) of the ticket.
"P6J21FF2S"
Total amount of discount code that will be subtracted from the final price.
0
Email filled with the ticket.
"my-client-email@fourvenues.com"
Gender: female, male, other.
"female"
Address filled with the ticket.
"Calle de la Rosa 1"
Language of the client.
"es"
Country filled with the ticket.
"ES"
Postal code filled with the ticket.
"28001"
Number of people entered.
0 <= x <= 1
0
Date when the ticket was checked in (unix).
0
Event identifier.
"Mjo4f9o9h01fdjvmmrgn9aoh4s5IBHzX"
Number of people enlisted.
1 <= x <= 1
1
Name filled with the ticket.
"Miguel Román"
Payment identifier.
"Cl7yuiyhy0007msyw4vfl5ai6YF4WZRn"
Phone number filled with the ticket.
"+34666666666"
Base rate price.
10
Total amount raised.
0
Rate identifier.
"Tl4gr63fr0xkr01i1gk354qbrSCMLTwl"
Rate name.
"General Access"
Rate slug.
"general-access"
PPRR identifier.
"ñeifupjvx000rwe2m2zuba1z9FqyR2dSL"
Refunded amount.
0
Sale type.
online
, sms
, imported
, invitation
, paylink
, print
, box-office
"online"
Unique ID of the price info.
"1712861139741"
Price of the ticket.
10
Min age of the ticket.
18
Content of the ticket.
""
Additional info of the ticket.
""
Unique ID of the supplement.
"1712861146044"
Price of the supplement.
2
Label of the supplement.
"Bus"
Description of the supplement.
"Bus from the city center to the venue."
True if the supplement has a fake price.
false
Fake price of the supplement.
0
Quantity of the supplement.
1
Quantity of the supplement used.
1
Ticket status:<br><br> - Activated: A ticket is activated when it is filled and already paid. It can be checked in correctly.<br><br> - Cancelled: The ticket is cancelled and the system will raise an error if is checked in.<br><br> - Filling client: The SMS has been sent, and the client has to fill the data in order to activate the ticket.<br>
activated
, cancelled
, filling_client
"activated"
Amount paid for the extras. (Example: 2€ for Fast pass).
2
Amount paid for the fees. (Example: 10%)
1.2
Total amount paid (Base price + Extras + Fees - Discount).
13.2
Invoice reference.
"EV24T-TOX2-0000215"
Corrective invoice references.
[
"EV24T-COR-H58Z-0000002",
"EV24T-COR-H58Z-0000003"
]
curl --request GET \
--url https://api-alpha.fourvenues.com/integrations/tickets/{ticketId} \
--header 'integration_id: <api-key>' \
--header 'secret: <api-key>' \
--header 'x-api-key: <api-key>'
{
"success": true,
"data": {
"_id": "el7yuiyep0006msyw2pri1tem1LpJwSc",
"activation_date": "2022-09-15T23:00:00.000Z",
"channel_id": "ajifs2hke000dwemmurwd3kuqN3Kopcx",
"code": "P6J21FF2S",
"discount_quantity_subtract": 0,
"email": "my-client-email@fourvenues.com",
"gender": "female",
"address": "Calle de la Rosa 1",
"language": "es",
"country": "ES",
"postal_code": "28001",
"enter": 0,
"entry_date": 0,
"event_id": "Mjo4f9o9h01fdjvmmrgn9aoh4s5IBHzX",
"for": 1,
"name": "Miguel Román",
"payment_id": "Cl7yuiyhy0007msyw4vfl5ai6YF4WZRn",
"phone": "+34666666666",
"price": 10,
"raised": 0,
"rate_id": "Tl4gr63fr0xkr01i1gk354qbrSCMLTwl",
"rate_name": "General Access",
"rate_slug": "general-access",
"referral_id": "ñeifupjvx000rwe2m2zuba1z9FqyR2dSL",
"refunded": 0,
"sale_type": "online",
"price_info": {
"_id": "1712861139741",
"price": 10,
"age": 18,
"content": "",
"additional_info": ""
},
"supplements": [
{
"_id": "1712861146044",
"price": 2,
"label": "Bus",
"description": "Bus from the city center to the venue.",
"has_fake_price": false,
"fake_price": 0,
"product_quantity": 1,
"product_quantity_used": 1
}
],
"status": "activated",
"total_extras": 2,
"total_fees": 1.2,
"total_paid": 13.2,
"invoice_reference": "EV24T-TOX2-0000215",
"corrective_invoice_references": [
"EV24T-COR-H58Z-0000002",
"EV24T-COR-H58Z-0000003"
]
}
}