get https://api.fomo.com/api/v1/applications/me/events
Returns an index of all events.
JSON response format when show_meta
is enabled in request URL: https://www.fomo.com/api/v1/applications/me/events?show_meta&per_page=10
{
"events":[
{
"id":9438552,
"application_id":1,
"first_name":null,
....
},
....
],
"meta":{
"per_page":10,
"page":1,
"total_count":1000,
"total_pages":100
}
}