curl --request GET \
--url https://api.prod.commenda.io/api/v1/public/persons \
--header 'x-api-key: <api-key>'{
"persons": [
{
"id": 12,
"firstName": "Jane",
"lastName": "Founder",
"dateOfBirth": "1990-04-18",
"email": "jane@acme.com",
"kycIds": [
{
"type": "US_SSN",
"name": "Social Security Number",
"value": "<string>",
"documentId": "<string>",
"doesNotHaveKYCId": true,
"decryptedValue": "<string>"
}
],
"locations": [
{
"address": {},
"isPrimary": true,
"type": [
"RESIDENTIAL"
],
"name": "<string>"
}
],
"stakeholderId": "stk_123",
"phoneNumber": "+14155550123",
"businessEntitiesInfo": [
{
"businessEntityId": 44,
"businessEntityName": "Acme Holdings LLC",
"sharePercentage": 75,
"governanceRelationships": {},
"jobTitle": [
"<string>"
],
"startDateOfEmployment": "2025-01-01"
}
],
"gender": "<string>",
"nationalities": [
"<string>"
],
"onboardingInfo": {},
"employmentStartDate": "2025-01-01"
}
],
"count": 2
}List people visible to the authenticated affiliate across accessible companies and business entities.
curl --request GET \
--url https://api.prod.commenda.io/api/v1/public/persons \
--header 'x-api-key: <api-key>'{
"persons": [
{
"id": 12,
"firstName": "Jane",
"lastName": "Founder",
"dateOfBirth": "1990-04-18",
"email": "jane@acme.com",
"kycIds": [
{
"type": "US_SSN",
"name": "Social Security Number",
"value": "<string>",
"documentId": "<string>",
"doesNotHaveKYCId": true,
"decryptedValue": "<string>"
}
],
"locations": [
{
"address": {},
"isPrimary": true,
"type": [
"RESIDENTIAL"
],
"name": "<string>"
}
],
"stakeholderId": "stk_123",
"phoneNumber": "+14155550123",
"businessEntitiesInfo": [
{
"businessEntityId": 44,
"businessEntityName": "Acme Holdings LLC",
"sharePercentage": 75,
"governanceRelationships": {},
"jobTitle": [
"<string>"
],
"startDateOfEmployment": "2025-01-01"
}
],
"gender": "<string>",
"nationalities": [
"<string>"
],
"onboardingInfo": {},
"employmentStartDate": "2025-01-01"
}
],
"count": 2
}Was this page helpful?