Skip to main content

Event detail

How to get detailed event information tutorial

Use this service to get detailed information about an event.

Note: To use this service you need a valid event-id, to know how to obtain it check our Get Events Catalogue guide.

Let's get started with the example

Step-by-step examples

This guide shows how to get the available product catalogue.

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 detailed information about an event

With this simple call we can easily get detailed information about of an event using an event-id.

  • event-id: This parameter indicates the unique identifier of the event from which we will obtain the information.
curl --location --request GET 'https://gateway-pre.oneboxtickets.net/catalog-api/v1/events/{{event-id}}' \
--header 'Authorization: Bearer {{access_token}}'