Skip to main content
GET
/
v1
/
web-links
/
{id}
Get social link
curl --request GET \
  --url https://api.wellapp.ai/v1/web-links/{id}
{
  "data": {
    "type": "social_link",
    "id": "uuid",
    "attributes": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.wellapp.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string<uuid>
required

Query Parameters

workspaceId
string<uuid>

Response

The social_link record.