Events

Events

Retrieve the list of events

JSON

You can easily get a JSON array of all the events you manage with the following GET request.

Request

GET /api/v1/events.json?auth_token=YOUR_API_TOKEN

Response

// 200 OK
[
  {
    // the first event
  },
  {
    // the second event
  }
]

XML

Request

Response

Get information about a given event

JSON

If you are interested in only one event and already have his id, you can issue the following GET request. You will receive a JSON object representing your event.

Request

Response

XML

Request

Response

Updating an event

JSON

Request

Response

XML

Request

Response

Last updated

Was this helpful?