Sync a user’s detected accounts using cursor-based pagination.
NEW_DETECTED_ACCOUNTS_AVAILABLE webhook.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password. Use your client_id as the username and your secret as the password value.
The input parameters required for syncing detected accounts.
Your unique identifier for the user.
"abc"
Cursor token pointing to the last detected account retrieved. The /detected_accounts/sync endpoint uses cursor-based pagination to track which detected accounts have already been seen, minimizing data redundancy.
On the first call, the endpoint returns all detected accounts paginated. In subsequent calls, only new detected accounts are provided using the next cursor.
"eyJpZCI6MjI3ODEsIl9wb2ludHNUb05leHRJdGVtcyI6dHJ1ZX0"
Maximum number of detected accounts to retrieve (min: 1, max: 100).
100