HTTP status: 400Documentation Index
Fetch the complete documentation index at: https://dev.1st.app/llms.txt
Use this file to discover all available pages before exploring further.
Message
The cursor value you sent belongs to a different API key. Drop the ?cursor=... parameter and start the loop over with the current key.
What this means
The bookmark you sent back (?cursor=...) came from a different API
key than the one you’re using now. Bookmarks are tied to the key
that created them; you can’t mix them across keys.
Usually one of:
- You’re running scripts for multiple teams and pasted a bookmark from team A’s script into a team B call.
- A shared cache held on to bookmarks across keys.
Fix
Drop the?cursor=... parameter and start the loop over. Use the
bookmark you get back from the new run.
If your integration handles multiple teams, keep each team’s
bookmark separate (key the cache by team or by API key).