Skip to content

List of all Fraud Check requests

GET
/fraud-checks

Retrieves the list of all previous Fraud Check requests

#!/usr/bin/env bash
curl -X GET https://api.lox24.eu/fraud-checks \
-H 'X-LOX24-AUTH-TOKEN: 1234567:e3f3a759b6677959b6ebfcxxxxxxxxxx'
page
integer
default: 1 >= 1

Current page

_order[created_at]
string
default: asc
Allowed values: asc desc

Sort by timestamp when the entity was created

id

Unique entity UUID

string
/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/

Exact filter by Fraud request ID

id[]
Array<string>

Exact filter by Fraud request ID

callback_data
string

Partitial filter entities by the callback_data

request_phone.phone
string

Partial filter by the request’s phone value

request_email.email
string

Partial filter by the request’s email value

request_ip.ip
string

Partial filter by the request’s IP value

status_code
integer

Exact filter Fraud requests by the status code

status_code[]
Array<integer>

Exact filter Fraud requests by the status codes

Fraud-check collection

object
hydra:member
required
Array<object>

Fraud check request

object
@id

JSON-LD ID

string
@type

JSON-LD type

string
@context
One of:
string
id

Unique entity UUID

string
/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
status_code

Request processing status codes:

  • 0 – new request and not processed yet
  • 5 – request’s processing in progress
  • 10 – request’s processing completed successfully
  • 20 - request’s processing completed with error: not enough credits
  • 21 - request’s processing completed with error: invalid data
  • 1000 - request’s processing completed with error: unexpected error
integer
Allowed values: 0 5 10 20 21 1000
risk_score

Fraud risk score from 0 (good) to 100 (bad)

number
<= 100
service_code
required

Service code defines the type of fraud query you make. Economy contains only a risk value, while Pro and Direct contain more details about the results, so you can make your own decision. Direct queries are also processed with priority. (see /me)

string
Allowed values: economy pro direct
created_at

Timestamp when the entity was added to the system by the user

integer
updated_at

Timestamp when the entity was changed

integer
callback_data
Any of:

String which will be send back to your endpoint. E.g. it can be usable to pass your system message id.

string | null
<= 36 characters
request_phone
Any of:

Fraud check request phone number

object
@id

JSON-LD ID

string
@type

JSON-LD type

string
@context
One of:
string
status_code

Request processing status codes:

  • 0 – new request and not processed yet
  • 5 – request’s processing in progress
  • 10 – request’s processing completed successfully
  • 20 - request’s processing completed with error: not enough credits
  • 21 - request’s processing completed with error: invalid data
  • 1000 - request’s processing completed with error: unexpected error
integer
Allowed values: 0 5 10 20 21 1000
phone
required

Recipient (international) number:

  • +491701234567 (E.164)
  • 00491701234567
  • 491701234567
  • 01701234567 (if the account is registered in Germany) will be convert to +491701234567

If the number is not in an E.164 format then the service will convert it based on user’s address. To avoid problems with the converting please use E.164 preferentially.

string
>= 4 characters <= 16 characters /^\+[1-9]\d{1,14}$/
Example
+14155552671
created_at

Timestamp when the entity was added to the system by the user

integer
updated_at

Timestamp when the entity was changed

integer
is_possible

Is phone number possible

boolean
is_valid

Is phone number valid

boolean
region

Country code

string
>= 2 characters <= 2 characters /^[A-Z]{2}$/
number_type

Phone number type

string
request_email
Any of:

Fraud check request email

object
@id

JSON-LD ID

string
@type

JSON-LD type

string
@context
One of:
string
status_code

Request processing status codes:

  • 0 – new request and not processed yet
  • 5 – request’s processing in progress
  • 10 – request’s processing completed successfully
  • 20 - request’s processing completed with error: not enough credits
  • 21 - request’s processing completed with error: invalid data
  • 1000 - request’s processing completed with error: unexpected error
integer
Allowed values: 0 5 10 20 21 1000
email
required

An email address sent to check

More information

string format: email
>= 6 characters <= 500 characters
created_at

Timestamp when the entity was added to the system by the user

integer
updated_at

Timestamp when the entity was changed

integer
is_possible

Is this email possible or not

boolean
is_anonymous

Is the service used to anonymize the sender of the email

boolean
request_ip
Any of:

Fraud check request IP address

object
@id

JSON-LD ID

string
@type

JSON-LD type

string
@context
One of:
string
status_code

Request processing status codes:

  • 0 – new request and not processed yet
  • 5 – request’s processing in progress
  • 10 – request’s processing completed successfully
  • 20 - request’s processing completed with error: not enough credits
  • 21 - request’s processing completed with error: invalid data
  • 1000 - request’s processing completed with error: unexpected error
integer
Allowed values: 0 5 10 20 21 1000
ip
required

IP address (IP v4/v6)

string
>= 7 characters <= 39 characters
created_at

Timestamp when the entity was added to the system by the user

integer
updated_at

Timestamp when the entity was changed

integer
iso2

Country code

string
>= 2 characters <= 2 characters /^[A-Z]{2}$/
state

Country code

string
>= 2 characters <= 2 characters /^[A-Z]{2}$/
city

The city name of the IP address

string
postcode

The zip or post code of the IP address

string
geolocation

The latitude,longitude of the IP address (array)

Array<number>
isp_name

The name of the ISP

string
isp_risk_score

Risk score for the ISP

number
<= 100
proxy_type

If host is proxy:

  • VPN – Anonymizing VPN services. These services offer users a publicly accessible VPN for the purpose of hiding their IP address.
  • TOR – Tor Exit Nodes. The Tor Project is an open network used by those who wish to maintain anonymity.
  • DCH – Hosting Provider, Data Centre or Content Delivery Network. Since hosting providers and data centres can serve to provide anonymity, the Anonymous IP database flags IP addresses associated with them.
  • PUB – Public Proxies. These are services which make connection requests on a user’s behalf. Proxy server software can be configured by the administrator to listen on some specified port. These differ from VPNs in that the proxies usually have limited functions compare to VPNs.
  • WEB – Web Proxies. These are web services which make web requests on a user’s behalf. These differ from VPNs or Public Proxies in that they are simple web-based proxies rather than operating at the IP address and other ports level.
  • SES – Search Engine Robots. These are services which perform crawling or scraping to a website, such as, the search engine spider or bots engine.
string
Allowed values: VPN TOR DCH PUB WEB SES
connection_type

The values can be one of either: “dialup”, “isdn”, “cable”, “dsl”, “fttx”, “wireless” or null

string | null
Allowed values: dialup isdn cable dsl fttx wireless
is_ok

Was the request handled correctly?

boolean
request_address
Any of:

Fraud check request address

object
@id

JSON-LD ID

string
@type

JSON-LD type

string
@context
One of:
string
status_code

The request status

integer | null
iso2
required

Country code

string
>= 2 characters <= 2 characters /^[A-Z]{2}$/
city
required

The city name of the address

string | null
>= 2 characters <= 100 characters
postcode

The zip or post code of the address

string | null
>= 3 characters <= 20 characters
street_number

The number of house

string | null
>= 1 characters <= 30 characters
street_name
required

The street name

string | null
>= 2 characters <= 255 characters
created_at

Timestamp when the entity was added to the system by the user

integer
updated_at

Timestamp when the entity was changed

integer
price

Price

number
hydra:totalItems
integer
hydra:view
object
@id
string format: iri-reference
@type
string
hydra:first
string format: iri-reference
hydra:last
string format: iri-reference
hydra:previous
string format: iri-reference
hydra:next
string format: iri-reference
Example
{
"@id": "string",
"@type": "string",
"hydra:first": "string",
"hydra:last": "string",
"hydra:previous": "string",
"hydra:next": "string"
}
hydra:search
object
@type
string
hydra:template
string
hydra:variableRepresentation
string
hydra:mapping
Array<object>
object
@type
string
variable
string
property
string | null
required
boolean

Client ID or API key isn’t active or invalid!

Account isn’t activated. Please wait or contact to support!

IP address was temporary blocked, because during short time from it was sent many request with invalid credentials. Please wait and try later.