Resolve a fraud match
POST
/api/v1/submissions/{submissionId}/fraud-matches/{matchId}/resolveAuthorization
AuthorizationRequiredBearer <token>Steve API key, usually scoped to a company. Legacy keys and keys created by platform administrators may be unscoped; company-scoped endpoints reject unscoped keys with 403 Forbidden. Format: Authorization: Bearer aok_...
In: header
Request Body
application/jsonRequiredresolutionRequiredstringValue in:
"confirmed_fraud" | "false_positive"Path Parameters
submissionIdRequiredstringSteve submission identifier.
matchIdRequiredstringSteve fraud match identifier.
Header Parameters
X-Request-IdstringOptional caller-supplied request identifier. Maximum length is 128 characters.
Maximum length:
128Fraud match resolved