Fetch Own Profile Details
This API retrieves the profile details of the currently logged-in LinkedIn user through the We-Link platform.
POST /api/v1/me
This API retrieves the profile details of the currently logged-in LinkedIn user through the We-Link platform.
Headers
| Name | Type | Required |
|---|---|---|
x-api-key | string | Yes |
x-api-secret | string | Yes |
Request Body
Schema
accountIdstringrequiredThe unique identifier of the WeLink account.
Sample Request
{
"accountId": "string"
}
Responses
Webhook Events
Schema
statusstringStatus indicating the request completed successfully (e.g. "SUCCESS").
requestIdstringUnique identifier for the request.
resultobjectThe authenticated user's LinkedIn profile details.