Refresh Event Listener
Refresh realtime event listener connection for linkedin account
POST /api/v1/listener/refresh
Headers
| Name | Type | Required |
|---|---|---|
x-api-key | string | Yes |
x-api-secret | string | Yes |
Request Body
Schema
accountIdstringrequiredThe ID of the account to refresh listening for.
accountTypestringrequiredThe type of the account to refresh listening for.
Sample Request
{
"accountId": "string",
"accountType": "REGULAR"
}