Get Match Pro Result
Retrieves the latest Match Pro result for a business. The response shape depends on the current state:
- Result available: Returns the full match data object.
- Processing: The check is still running. Retry after a short delay (results typically appear within 1–5 minutes).
- Not yet run: No Match Pro check has been initiated for this business.
The businessId path parameter must belong to the caller’s tenant. Cross-tenant access is rejected with 403.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
UUID of the business whose Match Pro result to retrieve.
"b9c8d7e6-f5a4-3210-fedc-ba9876543210"
Response
Match Pro result retrieved. See response examples for the three possible states.
Response from the Match Pro result endpoint. The shape varies based on the current state of the check: result available, still processing, or not yet run.