Get
Fetch a person’s details
Documentation Index
Fetch the complete documentation index at: https://docs.cadanapay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Path Parameters
The unique identifier for the person
Response
get person response
Get person response
Person's first name
"John"
Person's last name
"Doe"
Person's email
Address
Person's compensation information, how much will they get paid, currency and frequency
Person's phone number
Optional metadata you can store as key-value pairs
{
"customField1": "value1",
"customField2": "value2"
}
Business name, required if contractor type is business
"Wayne Enterprise"
Type of the person, we allow contractors and employees
EMPLOYEE, CONTRACTOR "CONTRACTOR"
Type of the contractor, only required if person is a contractor type, we allow individual and business type contractors
INDIVIDUAL, BUSINESS "INDIVIDUAL"
Person's job information, start date, job title, and employee number
"8ef9a712-cdae-4110-b1ea-9ba95abbee6e"
Person's date of birth. Only present when set.
"1990-05-15"
National identification document. Only present when set.
Tax identification document. Only present when set.
Social security identification document. Only present when set.
Person's gender. Only present when set.
male, female, other "female"
ISO 3166-1 alpha-2 country code. Only present when set.
"DE"