Get All LinkedIn accounts
POST /api/v1/get_all_ln_accounts
This API retrieves a list of all the LinkedIn accounts associated with your We-Link account
Headers
| Name | Type | Required |
|---|---|---|
x-api-key | string | Yes |
x-api-secret | string | Yes |
Responses
Webhook Events
Sample Response
[
{
"accountId": "string",
"email": "string"
}
]