curl --request GET \
--url https://api.wellapp.ai/v1/web-links \
--header 'Authorization: <authorization>'{
"data": [
{
"type": "web_link",
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"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 all web links with optional filtering, sorting, and relationship inclusion
curl --request GET \
--url https://api.wellapp.ai/v1/web-links \
--header 'Authorization: <authorization>'{
"data": [
{
"type": "web_link",
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"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"
}
}
]
}curl -X GET "https://api.well.com/v1/web-links?include=workspace,persons,companies&filter[workspace_id]=123e4567-e89b-12d3-a456-426614174000&filter[external_workspace_id]=ext_workspace_123&filter[created_at]=2025-01-01T00:00:00Z&filter[updated_at]=2025-01-01T00:00:00Z&sort=-created_at" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
Bearer token for authentication
Comma-separated list of relationships to include detailed data for. Available options: workspace, persons, companies
Filter by creation date (ISO 8601 format)
Filter by last update date (ISO 8601 format)
Filter by workspace ID
Filter by external workspace ID
Sort results by field. Prefix with '-' for descending order
created_at, -created_at, updated_at, -updated_at Web links 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