Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3001/api/v1/treasury/signup \ --header 'Content-Type: application/json' \ --data ' { "name": "Acme Treasury", "slug": "acme-sandbox", "contactEmail": "ops@acme.test" } '
{ "success": true, "data": { "partner": {}, "credentials": { "secretKey": "<string>", "publishableKey": "<string>" } } }
"Acme Treasury"
"acme-sandbox"
"ops@acme.test"
Sandbox partner created with test keys
true
Show child attributes