Headers
Bearer token for authentication
Body
application/json
Response
Web link created successfully
curl --request POST \
--url https://api.wellapp.ai/v1/web-links \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"type": "web_link",
"attributes": {
"platform": "linkedin",
"url": "https://linkedin.com/in/ada"
},
"relationships": {
"persons": {
"data": [
{
"type": "people",
"id": "people1"
}
]
},
"companies": {
"data": [
{
"type": "company",
"id": "company_tenant"
}
]
},
"workspaces": {
"data": [
{
"type": "workspace",
"id": "workspace_tenant"
}
]
}
}
}'
{
"type": "social_link",
"id": "sl1",
"attributes": {
"platform": "linkedin",
"url": "https://linkedin.com/in/ada",
"created_at": "2025-06-01T10:00:00Z",
"updated_at": "2025-06-01T10:00:00Z"
},
"relationships": {
"persons": {
"data": [
{
"type": "people",
"id": "people1"
}
]
},
"companies": {
"data": [
{
"type": "company",
"id": "company_tenant"
}
]
},
"workspaces": {
"data": [
{
"type": "workspace",
"id": "workspace_tenant"
}
]
}
}
}
Create a web or social media link and associate it with people, companies, or workspaces.
curl --request POST \
--url https://api.wellapp.ai/v1/web-links \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"type": "web_link",
"attributes": {
"platform": "linkedin",
"url": "https://linkedin.com/in/ada"
},
"relationships": {
"persons": {
"data": [
{
"type": "people",
"id": "people1"
}
]
},
"companies": {
"data": [
{
"type": "company",
"id": "company_tenant"
}
]
},
"workspaces": {
"data": [
{
"type": "workspace",
"id": "workspace_tenant"
}
]
}
}
}'
{
"type": "social_link",
"id": "sl1",
"attributes": {
"platform": "linkedin",
"url": "https://linkedin.com/in/ada",
"created_at": "2025-06-01T10:00:00Z",
"updated_at": "2025-06-01T10:00:00Z"
},
"relationships": {
"persons": {
"data": [
{
"type": "people",
"id": "people1"
}
]
},
"companies": {
"data": [
{
"type": "company",
"id": "company_tenant"
}
]
},
"workspaces": {
"data": [
{
"type": "workspace",
"id": "workspace_tenant"
}
]
}
}
}
Bearer token for authentication
Show child attributes
Web link created successfully
Show child attributes