API Testing
Validate live partner lookup requests and review raw response structures without leaving the portal.
Partner trust-score API testing
Use live partner auth in the browser to test direct lookup payloads before integrating them into partner operations.
Endpoint
POST /api/partner/trust-score
Headers
{
"Content-Type": "application/json",
"Accept": "application/json"
}Recommended for validating consent-token lookups and manual SME search inputs before live partner rollout.
Response preview
Confirm score outputs, confidence, and structure before you send customers into the intake flow.
Awaiting request
{
"message": "Send a request to inspect the live partner lookup response."
}