latestOpenAPI 3.0.12026-08-102923187.3 KB
3c9bae130f0a
Persons
Index persons
Returns an array containing all the persons you have created.
get/v1/persons
Query parameters
page[number]string
The number of results pages to return.
page[size]string
The size of each page in the response.
sortstring
filter[first_name]string
Filter the results by first name.
filter[last_name]string
Filter the results by last name.
filter[birth_date]string
Filter the results by birth date.
filter[birth_date][min]string
Filter the results by birth date starting from a given date.
filter[birth_date][max]string
Filter the results by birth date up until a given date.
Response
Successful result of the operation
Example response
[
{
"id": "dc1a6812a14f6cc338cd084208535bcdcper",
"salutation": "MR",
"title": "DR",
"first_name": "Peter",
"last_name": "Mustermann",
"address": {
"line_1": "Musterstrasse",
"line_2": "Musterstrasse",
"postal_code": "10409",
"city": "Berlin",
"country": "DE",
"state": "BE"
},
"contact_address": {
"line_1": "Musterstrasse",
"line_2": "Musterstrasse",
"postal_code": "10409",
"city": "Berlin",
"country": "DE",
"state": "BE"
},
"email": "person@example.com",
"mobile_number": "49301234567",
"birth_name": "Doe",
"birth_date": "1972-12-24",
"birth_city": "Berlin",
"birth_country": "DE",
"birth_province": "BE",
"birth_post_code": "10233",
"nationality": "DE",
"employment_status": "FREELANCER",
"job_title": "Head of everything",
"tax_information": {
"tax_assessment": "SEPARATE",
"marital_status": "MARRIED"
},
"fatca_relevant": false,
"fatca_crs_confirmed_at": "2017-01-01T00:00:00.000Z",
"business_purpose": "helping people to find themselves",
"industry": "OTHER_SERVICES",
"industry_key": "EDUCATION",
"terms_conditions_signed_at": "2017-01-01T00:00:00.000Z",
"own_economic_interest_signed_at": "2017-01-01T00:00:00.000Z",
"expected_monthly_revenue_cents": 20000,
"vat_number": "DE123456789",
"website_social_media": "http://social-network.com/my-company",
"business_trading_name": "My Business",
"nace_code": "I 56.30",
"business_address_line_1": "StreetStrasse, 42",
"business_address_line_2": "4th floor",
"business_postal_code": "12345",
"business_city": "Berlin",
"business_country": "DE",
"data_terms_signed_at": "2017-01-01T00:00:00.000Z",
"annual_income_range": "RANGE_1",
"branch": "DE",
"main_income_source": "PUBLIC_SUBSIDIES",
"purpose_of_account_opening": "DAILY_EXPENSES",
"socioprofessional_category": "EMPLOYEES",
"work_country": "IT",
"work_province": "VE",
"self_declared_as_pep": false,
"international_operativity_expectation": [
"AFRICA",
"ASIA"
],
"registration_number": "1234567890",
"flagged_by_compliance": false,
"screening_progress": "SCREENED_ACCEPTED",
"aml_follow_up_date": "2017-01-15",
"aml_confirmed_on": "2017-01-30",
"risk_classification_status": "NORMAL_RISK",
"customer_vetting_status": "NO_MATCH",
"legitimation_valid_until": "2025-12-31"
}
]