Test app

Send a real server-to-server submission

Hits POST /api/services/forms/api/<slug>/submit with your tenant API key. Use an sk_test_* key while on the sandbox workspace — submissions land in the sandbox twin.

Heads up: the key needs the service.forms.submit scope. Create one on Forms → API keys.

Settings

Local-dev: http://localhost:3100. Prod: https://app.softsolz.uk.
Needs the service.forms.submit scope.
Same key + same body = 200 returned without re-creating.
Keys inside data must match your form field ids, not labels.

Response

Not sent yet.

cURL equivalent