I am attempting to submit a request with a cursor value from a previous request (I’m requesting 100 records at a time from the customers API) but I get a ‘bad request 400’, even though the request is properly formatted (I successfully used the same request many times before). A little over an hour had passed since the cursor value was received - is the generic 400 error returned to cursor requests after a certain period of time?
Currently the cursor is valid for 15 minutes but the cursor gets extended each time you retrieve a response.
1 Like