curl --request GET \
--url https://api.klavis.ai/sandbox/moneybird/{sandbox_id}/dump \
--header 'Authorization: Bearer <token>'{
"sandbox_id": "<string>",
"server_name": "jira",
"dumped_at": "2023-11-07T05:31:56Z",
"data": {
"ledger_accounts": [
{
"name": "<string>",
"account_type": "<string>",
"rgs_code": "<string>",
"account_id": "<string>"
}
],
"contacts": [
{
"company_name": "<string>",
"firstname": "<string>",
"lastname": "<string>",
"phone": "<string>",
"address1": "<string>",
"city": "<string>",
"zipcode": "<string>",
"country": "<string>",
"sepa_iban": "<string>"
}
],
"products": [
{
"description": "<string>",
"title": "<string>",
"price": "<string>",
"currency": "<string>",
"identifier": "<string>",
"frequency": 123,
"frequency_type": "<string>"
}
],
"projects": [
{
"name": "<string>",
"state": "active",
"budget": 123
}
],
"time_entries": [
{
"description": "<string>",
"hours": 123,
"billable": true
}
],
"sales_invoices": [
{
"reference": "<string>",
"details": [
{
"description": "<string>",
"price": "<string>",
"amount": "<string>"
}
],
"currency": "EUR",
"prices_are_incl_tax": false,
"state": "draft"
}
]
}
}Export all data from the sandbox in the same format used for initialization.
curl --request GET \
--url https://api.klavis.ai/sandbox/moneybird/{sandbox_id}/dump \
--header 'Authorization: Bearer <token>'{
"sandbox_id": "<string>",
"server_name": "jira",
"dumped_at": "2023-11-07T05:31:56Z",
"data": {
"ledger_accounts": [
{
"name": "<string>",
"account_type": "<string>",
"rgs_code": "<string>",
"account_id": "<string>"
}
],
"contacts": [
{
"company_name": "<string>",
"firstname": "<string>",
"lastname": "<string>",
"phone": "<string>",
"address1": "<string>",
"city": "<string>",
"zipcode": "<string>",
"country": "<string>",
"sepa_iban": "<string>"
}
],
"products": [
{
"description": "<string>",
"title": "<string>",
"price": "<string>",
"currency": "<string>",
"identifier": "<string>",
"frequency": 123,
"frequency_type": "<string>"
}
],
"projects": [
{
"name": "<string>",
"state": "active",
"budget": 123
}
],
"time_entries": [
{
"description": "<string>",
"hours": 123,
"billable": true
}
],
"sales_invoices": [
{
"reference": "<string>",
"details": [
{
"description": "<string>",
"price": "<string>",
"amount": "<string>"
}
],
"currency": "EUR",
"prices_are_incl_tax": false,
"state": "draft"
}
]
}
}Your Klavis AI API key.
The unique sandbox identifier
Successful Response
Sandbox identifier
MCP server type
jira, github, salesforce, hubspot, notion, airtable, linear, asana, google_sheets, google_drive, google_docs, gmail, google_calendar, google_forms, clickup, close, monday, motion, onedrive, microsoft_teams, outlook_mail, Cal.com, quickbooks, moneybird, dropbox, shopify, outlook_calendar, resend, wordpress, mem0, supabase, slack, confluence, discord, snowflake, google_cloud Timestamp of dump
Dumped sandbox data in server-specific format
Show child attributes
List of ledger accounts to create
Show child attributes
Account name
Account type (revenue, expense, etc.)
RGS code - required for creation, not returned by GET API
Account identifier (optional for system accounts)
List of contacts to create
Show child attributes
Company name
First name
Last name
Phone number
Street address
City
Postal code
Country code
SEPA IBAN
List of products to create
Show child attributes
Product description
Product title/name
Product price as string
Currency code (e.g., 'EUR')
Product SKU/identifier
Billing frequency
Frequency type (month, year)
List of sales invoices to create
Show child attributes
Invoice reference number
Currency code
Whether prices include tax
Invoice state (draft, open, paid)