POST
/
api
/
embedded
/
v1
/
connectors
/
resync
curl --request POST \
  --url https://api.bindbee.dev/api/embedded/v1/connectors/resync \
  --header 'Authorization: Bearer <token>' \
  --header 'x-connector-token: <x-connector-token>'
"<any>"

Overview

This guide demonstrates how to use the Resync API to force a sync of a connector.

It is neither necessary nor recommended to call this endpoint periodically. Bindbee automatically performs periodic syncs for you. You should only trigger a resync in specific cases, such as when a user manually initiates a sync from your application (e.g., by clicking a “Sync” button).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-connector-token
string
required

Response

200
application/json
Successful Response

The response is of type any.