Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

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.

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.

  • No labels