Skip to main content

Event info

How to get detailed event info tutorial

Use this service to get an event and its performances dates with detailed information.

Note: To know how to obtain the event ID to use this service, check our Events Search guide.

Let's get started with the example

Step-by-step examples

This guide shows how to get an event and its performances dates with detailed information.

Prerequisites!

You will need a valid OAuth access_token to be able to make each call! Please refer to our Authentication Guide to obtain one.

Get the event info

With this simple call we can easily obtain detailed information about an event and its performances.

  • event-id: The unique identifier of the event that we want to obtain the detailed information, this identifier must be obtained using the events-search service.
curl --location --request GET 'https://gateway-pre.oneboxtickets.net/onebox-rest2/rest/event/{{event-id}}/info' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{access_token}}'

Note: This service contains basic information about the sessions of an event, for more detailed information about a session check our session-info guide .