Events
Events
Retrieve the list of events
JSON
GET /api/v1/events.json?auth_token=YOUR_API_TOKEN// 200 OK
[
{
// the first event
},
{
// the second event
}
]XML
Get information about a given event
JSON
XML
Updating an event
JSON
XML
Last updated