Events catalogue
How to get the events catalogue tutorial
Use this service to get the list of available events for your channel.
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 available events catalogue
With this simple call we can easily obtain the catalog of available events for a channel.
curl --location --request GET 'https://api.oneboxtds.net/catalog-api/v1/events ' \
--header 'Authorization: Bearer {{access_token}}'
In the link below you can review all the available query parameters and so can do a more advanced and specific catalog data download.
Link to get events SpecificationThe event-detail service
Now that we have the available product catalogue and we can get the IDs of the events from the service response, we can follow the guide on how to use the event-detail service to obtain detailed information of each event.