API Core Documentation
Search
Financial Documents
Company Documents
Companies
- GETSummary
- GETGraph
- GETParties
- GETFinancial summary
- GETFinancial reports
- GETIntelligence
- GETDebtor summary
- GETWorkplace summary
- GETOwnerships
- GETBank accounts
- GETSNI codes
- GETEmployee contributions
- GETPayrolls
- GETShare register
- GETShare capital
- GETShare class
- GETShare issue
- GETBonus issue
- GETAuthorizations
- GETRegistration
- GETHyperlinks
- GETNames
- GETPhonenumbers
- GETPurposes
- GETEmail
- GETSignatories
- GETTrademarks
- GETRegistered offices
- GETStatus
- GETDomains
- GETBusiness mortgages
Watchlists
Persons
Search
Search for a person
GET
/
datasets
/
persons
curl --request GET \
--url https://api.tic.io/datasets/persons \
--header 'x-api-key: <api-key>'
{
"pageSize": 123,
"lastItemId": 123,
"totalItems": 123,
"items": [
{
"personId": 123,
"nationalityCountryCodeAlpha2": "<string>",
"personalIdentityNumber": "<string>",
"givenName": "<string>",
"firstName": "<string>",
"middleName": "<string>",
"lastName": "<string>",
"fullName": "<string>",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
}
Authorizations
Query Parameters
Registration number or name, use % for wildcard
Response
200 - application/json
OK
curl --request GET \
--url https://api.tic.io/datasets/persons \
--header 'x-api-key: <api-key>'
{
"pageSize": 123,
"lastItemId": 123,
"totalItems": 123,
"items": [
{
"personId": 123,
"nationalityCountryCodeAlpha2": "<string>",
"personalIdentityNumber": "<string>",
"givenName": "<string>",
"firstName": "<string>",
"middleName": "<string>",
"lastName": "<string>",
"fullName": "<string>",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
}