Suspected fraud query
Authorizations
AuthorizationstringRequired
JWT Authorization header using the Bearer scheme.
Body
queryModestring · enumOptionalPossible values:
pageintegerOptional
The page number to request in paginated queries.
startDatestring · date-timeOptional
The start Date Time of consult, ISO 8621 format.
endDatestring · date-timeOptional
The end Date Time of consult, ISO 8621 format.
Responses
200
Suspected fraud query occurred successfully.
application/json
messagestringRequired
Human readable message informing about the operation.
amountintegerRequired
Total amount of query results.
totalPagesintegerOptionalExample:
The total number of pages in a paginated response.
2currentPageintegerOptional
The current page in a paginated response.
400
Suspected fraud query failed due to a bad request.
application/json
401
Unauthorized.
application/json
422
Suspected fraud query failed, but the request was processed by the API, just not by the peer.
application/json
500
Suspected fraud query failed due to an unexpected error in the API.
application/json
503
Suspected fraud query failed due to an unexpected error in the Peer.
application/json
post/query
Options
Paginated Responses
Last updated

