v1Resources/Connections/postForce-refetch an account's listings
Force-refetch an account's listings
Forces an immediate re-fetch of a connected account's listings straight from the platform — not just a re-score of what's already stored, which is POST /api/v1/connections/request-matches. Runs synchronously; the response confirms the fetch already completed.
post
connections:write/api/v1/connections/fetch-listingsRequest body
connectionIdstringrequired
The connected account to re-fetch. Required. Look it up with GET /api/v1/connections.
Response
dataobjectoptional
statusstringoptional
countnumberoptional
Number of listings fetched.
Errors
400The request is missing a required parameter or is otherwise malformed.
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
404The resource wasn't found, or doesn't belong to your agency.
429Too many requests. Retry after the number of seconds in the Retry-After header.
post/api/v1/connections/fetch-listings
Your API key
Request body*
{
"data": {
"status": "completed",
"count": 4
}
}