Sortd API

API v1 (legacy — frozen)

v1 is the original Zapier-shaped API at app.sortd.com/api/v1. It is frozen — security and bug fixes only, no new endpoints — and stays at its current URL so existing integrations keep working.

Read the full v1 API reference v2 reference

Should I use v1 or v2?

v1 (legacy)v2 (current)
Hostapp.sortd.com/api/v1api.sortd.com/v2
Authx-access-token JWT (≈20 min)Bearer API key / OAuth 2.1
IDsraw Mongo idsopaque, prefixed (tsk_, brd_…)
Enveloperaw JSON{ data, meta }
Pagination / idempotency / scopesyes
Webhooks7 unsigned triggerssigned, retried, replayable

New integrations should use v2. A migration guide and a v1→v2 mapping ship with the v2 launch.