Event Data Fetching and Storage
Get events catalogue
Get and store all events. You can use it to keep your database up to date.
POST
/
v2
/
get
/
catalogue
Authorizations
Authorization
string
headerrequiredIt is the "access_token" returned after login
Body
application/json
locationFilter
object
You can define a location filter corresponding to a circle or a rectangle.
lastUpdatedAt
string
You can only get the events updated after this date. Use it to keep your own database up to date.
trackAvailabilities
boolean
Set it to true if you want to retrieve events whose availabilities have been modified.
limit
number
Required range:
1 < x < 500
pageNumber
number
Response
201 - application/json
data
object
pagination
object
Was this page helpful?