curl --request GET \
--url https://api.wellapp.ai/v1/web-links/{id} \
--header 'Authorization: <authorization>'{
"data": {
"type": "web_link",
"id": "123e4567-e89b-12d3-a456-426614174000",
"attributes": {
"platform": "linkedin",
"url": "https://linkedin.com/company/tech-startup-inc",
"created_at": "2025-08-04T10:30:00.000Z",
"updated_at": "2025-08-04T10:30:00.000Z"
},
"relationships": {
"persons": {
"data": [
{
"type": "people",
"id": "person1"
}
]
},
"companies": {
"data": [
{
"type": "company",
"id": "company1"
}
]
},
"workspaces": {
"data": [
{
"type": "workspace",
"id": "workspace1"
}
]
}
}
},
"included": [
{
"type": "workspace",
"id": "workspace1",
"attributes": {
"name": "Tech Startup Workspace",
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-01T00:00:00Z"
}
}
]
}Retrieve a specific web link by ID with optional relationship inclusion
curl --request GET \
--url https://api.wellapp.ai/v1/web-links/{id} \
--header 'Authorization: <authorization>'{
"data": {
"type": "web_link",
"id": "123e4567-e89b-12d3-a456-426614174000",
"attributes": {
"platform": "linkedin",
"url": "https://linkedin.com/company/tech-startup-inc",
"created_at": "2025-08-04T10:30:00.000Z",
"updated_at": "2025-08-04T10:30:00.000Z"
},
"relationships": {
"persons": {
"data": [
{
"type": "people",
"id": "person1"
}
]
},
"companies": {
"data": [
{
"type": "company",
"id": "company1"
}
]
},
"workspaces": {
"data": [
{
"type": "workspace",
"id": "workspace1"
}
]
}
}
},
"included": [
{
"type": "workspace",
"id": "workspace1",
"attributes": {
"name": "Tech Startup Workspace",
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-01T00:00:00Z"
}
}
]
}Bearer token for authentication
Web link ID to retrieve
Comma-separated list of relationships to include detailed data for. Available options: workspace, persons, companies
Web link retrieved successfully
Show child attributes
"web_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
Show child attributes
Show child attributes
people Person ID
Person attribute data
Show child attributes
Person's first name
1 - 100"Marie"
Person's last name
1 - 100"Dubois"
Person creation timestamp (UTC)
"2024-01-15T10:30:00Z"
Auto-computed full name (first + last)
"Marie Dubois"
Last modification timestamp (UTC)
"2024-01-16T14:20:00Z"
Show child attributes
Show child attributes
company Company ID
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
Show child attributes
Show child attributes
workspace Workspace ID
Show child attributes
Workspace name
Workspace description
external workspace id
Color of the avatar
Timestamp when the workspace was created
Timestamp when the workspace was last updated