List fraud matches for a submission
Returns all fraud matches for the submission in a single response. This endpoint is not paginated: it accepts no cursor or limit query parameters, and the `pagination` object in the response is always `{ "hasMore": false, "nextCursor": null }`.
GET
/api/v1/submissions/{submissionId}/fraud-matchesAuthorization
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
Path Parameters
submissionIdRequiredstringSteve submission identifier.
Header Parameters
X-Request-IdstringOptional caller-supplied request identifier. Maximum length is 128 characters.
Maximum length:
128Fraud matches