Request signer
Build a signed Merchant API curl in the browser.
Paste your test API key and orq_ms_… signing secret to generate X-Request-Signature and a ready curl. Secrets stay in your browser.
Use this while integrating. Dashboard sessions do not need a signature.
Request signature generator
Builds X-Request-Signature and a ready curl for Merchant API key calls (Authorization: Bearer + signature). JSON bodies are signed as compact bytes — send that exact body. Dashboard session calls do not need a signature. Secrets stay in your browser.
Partners use a similar tool — prefer Authorization: Bearer (also accepts X-Api-Key) — see the Partner request signer.