API

The VTEvents API provides developers access to read and write information from and to the VTEvents system.

All requests to the system via the API must contain your API key.

API Documentation

Full information for the API is available by the following address;

https://vtevents.docs.apiary.io/


Request formats

REST

This is the simplest request format to use - by sending information by a HTTP GET or POST action.
A request can be sent to the system by using the following format;

https://<your site address>/api/v2/<...>

Response formats

Responses are sent as JSON, and are generally dependant on what has been requested.

Error messages are returned in a standard format – more information.