v1Resources/Connections/postRequest new match suggestions

Request new match suggestions

Re-runs NAP (name/address/phone) match scoring on a connected account's already-fetched listings. Does not re-fetch from the platform — pair with POST /api/v1/connections/fetch-listings for that. Rate-limited to once per 24 hours per account; a call inside the window returns 429 with a retryAt timestamp.

post/api/v1/connections/request-matches
connections:write
Request body
connectionIdstringrequired
The connected account to re-score. Required. Look it up with GET /api/v1/connections.
Response
dataobjectoptional
scorednumberoptional
Number of listings re-scored.
messagestringoptional
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/request-matches
Your API key
Request body*
{
  "data": {
    "scored": 4,
    "message": null
  }
}