API reference
List confirmations
Returns your most recent confirmations, newest first, without their event timelines.
/v1/confirmationsLists confirmations in order of creation, newest first. Each one is the full confirmation object except events, which is left out to keep the list light. Retrieve a single confirmation to get its timeline.
Query parameters
limitintegeroptionalHow many to return. Default 50, maximum 200.
Returns
200 OK with { "confirmations": [ … ] }. An empty account returns an empty array. The sample is abridged to a few fields per confirmation.
Roadmap
Cursor pagination and filters (by status, externalId and date) are on the roadmap. Today the list returns the most recent confirmations up to limit, so filter on your side, and rely on webhooks rather than paging through history.
A pre-dispatch check
A common use: the afternoon before dispatch, list recent confirmations and pick out anything that's action_needed or unreachable for the team to call. Anything still scheduled or in_progress for tomorrow is worth a look too.
Base URL https://api.anyonein.co.uk/v1 is a placeholder until the production domain is confirmed. Found a mistake? Tell us.