curl --request GET \
--url https://api.wellapp.ai/v1/people/{id} \
--header 'Authorization: <authorization>'{
"data": {
"type": "people",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"first_name": "John",
"last_name": "Doe",
"full_name": "John Doe",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-20T14:45:00Z"
},
"relationships": {
"emails": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
},
"phones": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
},
"web_links": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
},
"companies": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"meta": {
"relationship_type": "employee"
}
}
]
},
"medias": {
"data": [
{
"type": "<string>",
"id": "550e8400-e29b-41d4-a716-446655440002"
}
]
},
"workspaces": {
"data": [
{
"type": "<string>",
"id": "632860b5-48b7-49eb-9dd1-8bddc634f387"
}
]
},
"memberships": {
"data": [
{
"type": "<string>",
"id": "632860b5-48b7-49eb-9dd1-8bddc634f387"
}
]
},
"documents": {
"data": [
{
"type": "<string>",
"id": "550e8400-e29b-41d4-a716-446655440009"
}
]
}
},
"included": {
"emails": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"value": "[email protected]",
"is_primary": true,
"label": "work",
"created_at": "2023-06-15T10:30:00Z",
"updated_at": "2023-06-15T10:30:00Z"
}
}
],
"phones": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"number": "+14155552671",
"label": "work",
"is_primary": true,
"created_at": "2023-11-07T05:31:56Z"
}
}
],
"web_links": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"platform": "website",
"url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
],
"companies": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"description": "<string>",
"domain_name_primary_link_url": "<string>",
"tax_id": {
"value": "<string>",
"type": "<string>"
},
"registration": {
"trade_name": "<string>",
"registered_name": "<string>"
},
"registration_number": {
"business_type": "<string>",
"value": "<string>",
"registry_name": "<string>",
"registry_country": "<string>"
},
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
],
"workspaces": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"name": "<string>",
"description": "<string>",
"avatar_color": "<string>",
"external_workspace_id": "<string>"
}
}
]
},
"medias": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"media_type": "avatar",
"url": "<string>",
"is_primary": true,
"processed_at": "2023-11-07T05:31:56Z",
"uploaded_at": "2023-11-07T05:31:56Z"
}
}
]
},
"memberships": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"role": "<string>",
"firebase_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
]
},
"documents": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"file_name": "<string>",
"status": "<string>",
"uploaded_at": "2023-11-07T05:31:56Z",
"processed_at": "2023-11-07T05:31:56Z",
"file_type": "<string>",
"size_bytes": 123
}
}
]
}
}
}
}Retrieve a single person by ID with related emails, phones, and social links
curl --request GET \
--url https://api.wellapp.ai/v1/people/{id} \
--header 'Authorization: <authorization>'{
"data": {
"type": "people",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"first_name": "John",
"last_name": "Doe",
"full_name": "John Doe",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-20T14:45:00Z"
},
"relationships": {
"emails": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
},
"phones": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
},
"web_links": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
},
"companies": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"meta": {
"relationship_type": "employee"
}
}
]
},
"medias": {
"data": [
{
"type": "<string>",
"id": "550e8400-e29b-41d4-a716-446655440002"
}
]
},
"workspaces": {
"data": [
{
"type": "<string>",
"id": "632860b5-48b7-49eb-9dd1-8bddc634f387"
}
]
},
"memberships": {
"data": [
{
"type": "<string>",
"id": "632860b5-48b7-49eb-9dd1-8bddc634f387"
}
]
},
"documents": {
"data": [
{
"type": "<string>",
"id": "550e8400-e29b-41d4-a716-446655440009"
}
]
}
},
"included": {
"emails": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"value": "[email protected]",
"is_primary": true,
"label": "work",
"created_at": "2023-06-15T10:30:00Z",
"updated_at": "2023-06-15T10:30:00Z"
}
}
],
"phones": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"number": "+14155552671",
"label": "work",
"is_primary": true,
"created_at": "2023-11-07T05:31:56Z"
}
}
],
"web_links": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"platform": "website",
"url": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
],
"companies": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"description": "<string>",
"domain_name_primary_link_url": "<string>",
"tax_id": {
"value": "<string>",
"type": "<string>"
},
"registration": {
"trade_name": "<string>",
"registered_name": "<string>"
},
"registration_number": {
"business_type": "<string>",
"value": "<string>",
"registry_name": "<string>",
"registry_country": "<string>"
},
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
],
"workspaces": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"name": "<string>",
"description": "<string>",
"avatar_color": "<string>",
"external_workspace_id": "<string>"
}
}
]
},
"medias": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"media_type": "avatar",
"url": "<string>",
"is_primary": true,
"processed_at": "2023-11-07T05:31:56Z",
"uploaded_at": "2023-11-07T05:31:56Z"
}
}
]
},
"memberships": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"role": "<string>",
"firebase_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
]
},
"documents": {
"data": [
{
"type": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"attributes": {
"file_name": "<string>",
"status": "<string>",
"uploaded_at": "2023-11-07T05:31:56Z",
"processed_at": "2023-11-07T05:31:56Z",
"file_type": "<string>",
"size_bytes": 123
}
}
]
}
}
}
}Bearer token for authentication
UUID of the person to retrieve
Person retrieved successfully
Show child attributes
"people"
Show child attributes
Person's first name
"John"
Person's last name
"Doe"
Person's full name (first + last)
"John Doe"
Timestamp when the person was created
"2024-01-15T10:30:00Z"
Timestamp when the person was last updated
"2024-01-20T14:45:00Z"
Show child attributes
Show child attributes
Show child attributes
"company"Included resources grouped by type
Show child attributes
Show child attributes
Type of the included email resource
"email"UUID of the email
Show child attributes
Email address value
Whether this is the primary email address. Defaults to 'false', unless no other email is marked as primary (in which case it becomes 'true'). Only one email can be marked as primary per person/company.
true
Email label type. See all available labels for complete list.
work, personal, other, ... "work"
Timestamp when the email was created
"2023-06-15T10:30:00Z"
Timestamp when the email was last updated
"2023-06-15T10:30:00Z"
Show child attributes
Type of the included phone resource
"phone"UUID of the phone
Show child attributes
Full international phone number in E164 format
"+14155552671"
Phone label type. See all available labels for complete list.
work, personal, other, ... Whether this is the primary phone number
Timestamp when the phone was created
Show child attributes
Type of the included social link resource
"social_links"UUID of the social link
Show child attributes
Web platform type
website, linkedin, x, github Full profile URL
Date and time when the web link was created
Date and time when the web link was updated
Show child attributes
Type of the included company resource
"company"UUID of the company
Show child attributes
The domain url from the website or email address of the company. Used as unique identifier in some cases.
500Show child attributes
Legal entity structure type.
Official company registration number.
Name of the official registration body.
Country of the registry authority. (string (ISO 3166-1 alpha-2))
UUID of the workspace associated with this company
Workspaces associated with this company
Show child attributes
Show child attributes
"workspace"UUID of the workspace
Show child attributes
Workspace name
1 - 255Workspace description
1000Avatar color in hexadecimal format (e.g., #FF5733)
External workspace identifier
1 - 255Media files associated with this person
Show child attributes
Show child attributes
"media"UUID of the media
Show child attributes
avatar, logo, banner URL to the media file
Whether this is the primary media
Timestamp when media processing completed
membership to a workspace
Show child attributes
Show child attributes
"media"UUID of the media
Documents associated with this company
Show child attributes
Show child attributes
"document"UUID of the document
Show child attributes