Logo
Roaring API Documentation

Search for a single global pep

GET {{baseUrl}}/search

Search pep matching query string parameters.

 

Body PARAM

Key Datatype Required Description 
firstName
string First name of a person to search for
surName
string Last name of a person to search for
fullName
string Full name of a person to search for
birthDate
string Date of birth of the searched entity, should match (ISO 8601 format)
gender
string Gender of the searched entity, can be male or female
address
string Address of a person to search for
country
string Country of a person to search for



HEADERS

Key Datatype Required
Curl
curl -X GET 'https://api.roaring.io/global/pep/1.0/search?firstName=<string>&surName=<string>&fullName=<string>&birthDate=<string>&gender=<string>&address=<string>&country=<string>'

ENDPOINTS