Create an account
documentedCreates a new Connect account.
POST /accountsConnectno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$account_url}}.quadernoapp.com/api/accounts" \
-X POST \
-u "{{QUADERNO_API_KEY}}:x" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"business_name": "{{$business_name}}", "country": "{{$country}}", "currency": "{{$currency}}", "default_product_type": "{{$default_product_type}}", "default_tax_code": "{{$default_tax_code}}", "email": "{{$email}}", "local_tax_id": "{{$local_tax_id}}", "postal_code": "{{$postal_code}}", "web": "{{$web}}"}'