API Core Documentation
Search
Financial Documents
Company Documents
Companies
- GETSummary
- GETGraph
- GETParties
- GETFinancial summary
- GETFinancial reports table
- GETFinancial reports
- GETIntelligence
- GETDebtor summary
- GETWorkplace summary
- GETOwnerships
- GETBank accounts
- GETBeneficial owners
- 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
Details by person id
Gets the person by id
GET
/
datasets
/
persons
/
{personId}
curl --request GET \
--url https://api.tic.io/datasets/persons/{personId} \
--header 'x-api-key: <api-key>'
{
"personId": 123,
"nationalityCountryCodeAlpha2": "<string>",
"personalIdentityNumber": "<string>",
"isProtected": true,
"isMarried": true,
"givenName": "<string>",
"firstName": "<string>",
"middleName": "<string>",
"lastName": "<string>",
"fullName": "<string>",
"sex": "male",
"isCoordinationNumber": true,
"birthday": "<string>",
"age": 123
}
Authorizations
Path Parameters
The person id
Response
200 - application/json
OK
The response is of type object
.
curl --request GET \
--url https://api.tic.io/datasets/persons/{personId} \
--header 'x-api-key: <api-key>'
{
"personId": 123,
"nationalityCountryCodeAlpha2": "<string>",
"personalIdentityNumber": "<string>",
"isProtected": true,
"isMarried": true,
"givenName": "<string>",
"firstName": "<string>",
"middleName": "<string>",
"lastName": "<string>",
"fullName": "<string>",
"sex": "male",
"isCoordinationNumber": true,
"birthday": "<string>",
"age": 123
}
Assistant
Responses are generated using AI and may contain mistakes.