View a LinkedIn profile
POST /api/v1/view_profile
This API allows the authenticated user to view a specific LinkedIn profile.
The profile_url parameter should be the LinkedIn profile URL.
Headers
| Name | Type | Required |
|---|---|---|
x-api-key | string | Yes |
x-api-secret | string | Yes |
Request Body
Schema
accountIdstringrequiredThe unique identifier of the WeLink account.
profile_urlstringrequiredThe URL of the LinkedIn profile.
Sample Request
{
"accountId": "string",
"profile_url": "string"
}
Responses
Webhook Events
Schema
statusstringStatus indicating the request completed successfully (e.g. "SUCCESS").
requestIdstringUnique identifier for the request.
resultobjectThe response payload.