How can I get all booking

Hello !,

When I’m making a GET request for booking I only get 12 of my bookings.
I would like to know how can I do if I want to get all my bookings.

Thanks,

Aladin.

Hi @Aladin since the bookings data may be large we paginate the results to pages of 12.

You will need to access the link in the return header to go forward or backward in time based off of booking start time.

As an example:
image