Skip to main content
POST
/
api
/
v1
/
wallet
/
sync
/
mailbox
Sync mailbox only
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.

Authorizations

Authorization
string
header
required

Base64url-encoded auth token

Response

Returns the mailbox tip after sync

checkpoint
integer<int64>
required

The mailbox checkpoint (tip) the wallet has consumed up to after the sync. Monotonically non-decreasing across successful syncs.

Required range: x >= 0