Skip to main content

Try It

Every method in the sidebar on the left opens as its own page: no documentation, no scrolling past descriptions — just the interactive console for that one method, a working example request you can edit and fire for real, with the response — status code and body — shown directly below it. For prose explanations see Docs; for read-only per-method documentation see API Reference.

One-time setup

Server and Authentication live in the box at the top of the sidebar on the left — always visible, on every page in this section, so you set them once instead of hunting for them per page:

  1. Server — defaults to Local development. Switch it to Test or Production (EU) to hit a deployed environment instead.
  2. X-Touchpoint-Code / X-Touchpoint-Key — see Authentication if you don't have one yet.
  3. Customer JWT (bearer) — only needed for methods scoped to a logged-in consumer. Get one by sending Log in with an identifier + password first, then paste the returned token in here.

These apply to the next method page you open — including the one you're about to click into below. (If you change a value while already sitting on a method page, that page's own panel won't pick it up until you navigate to another page — open a different method, or reopen this one, to see it take effect.)

Firing a call

  1. Pick a method in the sidebar.
  2. The request body is pre-filled with a working example — edit any field you want to change.
  3. Click Send API Request.
  4. The response — status code, headers, and JSON body — appears in the panel right below.

That's it — no separate tool, no copy-pasting curl commands.