use_wallet_balance is false).use_wallet_balance to true to pay using your team's wallet credit balance instead.use_wallet_balance setting.curl --location 'https://api.inboxkit.com/v1/api/mailboxes/buy' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"mailboxes": [
{
"first_name": "John",
"last_name": "Doe",
"username": "john.doe",
"platform": "GOOGLE",
"domain_name": "example.com"
}
]
}'{
"error": false,
"message": "Mailbox scheduled to be assigned to domains successfully",
"mailboxes": [
{
"uid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"domain_name": "example.com",
"first_name": "John",
"last_name": "Doe",
"username": "john.doe",
"platform": "GOOGLE",
"status": "scheduled",
"renewal_date": null,
"renewal_cycle": "monthly",
"createdAt": "2026-01-15T10:30:00.000Z",
"updatedAt": "2026-01-15T10:30:00.000Z"
}
]
}