We're working with a third party company on an integration with our data in Front, and we're hoping to get some support on pagination through the Events API.
I am trying hit the list events endpoint. I am able to make the first request successfully.
In the response, I see
"_pagination": {
"next": "https://api.frontapp.com/events?q=after:2022-08-11T16:05:03.088883Z&page_token=XXX..."
}
However, when I make the request with this link, I run into the following 400 response with this message
"status":400,"title":"Bad request","message":"Query parameter page_token is invalid."
I was hoping you might have some insight here?