Provision a new tenant and return its API keys and webhook secret.
curl https://api.geldstuck.com/v1/tenants \ -H "Authorization: Bearer $ADMIN_JWT" \ -H "Content-Type: application/json" \ -d '{ "name": "Acme Escrow", "metadata": { "region": "eu-west" } }'
{ "tenantId": "tnt_01HX3Z8MQW...", "name": "Acme Escrow", "status": "active", "accessKey": "pk_live_51H...", "secretKey": "sk_live_51H...", "webhookSecret": "whsec_xS...", "metadata": { "region": "eu-west" }, "createdAt": "2026-04-22T09:12:44.000Z" }
secretKey
webhookSecret
tnt_01HX3Z8MQW...
active
suspended
disabled