The public integrator API is under https://backend-dev.wabsync.com/api/v1 and uses a Bearer API token (not browser cookies).

Get a token

  1. Sign in at https://backend-dev.wabsync.com/app
  2. Create an API token
  3. Send it on every request:
Missing or invalid tokens return 401.

Base URL

Paths in the API reference tab are relative to /api/v1 (for example POST /sessions/create).

Errors

Validation (422)
Unauthorized (401) / not found (404)

Try it

Open API reference, pick an endpoint, paste your token, and send against https://backend-dev.wabsync.com/api/v1.