curl --request POST \
--url https://api.example.com/api/v1/wallet/sync/mailbox \
--header 'Authorization: Bearer <token>'{
"checkpoint": 1
}Triggers an immediate mailbox sync without running any of the other off-chain sync steps. Fetches any pending mailbox messages from the Ark server, processes them (incoming arkoor payments, lightning receive notifications), and returns the new mailbox checkpoint (tip). Useful in daemon_manual_sync mode where background mailbox subscription is disabled and the operator needs a granular way to pull incoming events.
curl --request POST \
--url https://api.example.com/api/v1/wallet/sync/mailbox \
--header 'Authorization: Bearer <token>'{
"checkpoint": 1
}Documentation Index
Fetch the complete documentation index at: https://second.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
Base64url-encoded auth token
Returns the mailbox tip after sync
The mailbox checkpoint (tip) the wallet has consumed up to after the sync. Monotonically non-decreasing across successful syncs.
x >= 0Was this page helpful?