curl --request POST \
--url https://matcher.sandbox.lerian.net/v1/discovery/refresh \
--header 'Authorization: Bearer <token>'{
"connectionsSynced": 3
}Use this endpoint to force an immediate sync with the Fetcher service, updating the list of connections and their schemas.
curl --request POST \
--url https://matcher.sandbox.lerian.net/v1/discovery/refresh \
--header 'Authorization: Bearer <token>'{
"connectionsSynced": 3
}Bearer token authentication (format: "Bearer {token}")
A unique identifier for tracing the request across services.
Refresh result
Result of a discovery refresh operation
Number of connections synced during the refresh
3
Was this page helpful?