Enable Listener
Enable realtime event listening for a Recruiter account.
POST /api/v1/listener/enable
Headers
| Name | Type | Required |
|---|---|---|
x-api-key | string | Yes |
x-api-secret | string | Yes |
Request Body
Schema
accountIdstringrequiredThe ID of the account to disable listening for.
seatIdstringrequiredThe ID of the seat to disable listening for.
accountTypestringrequiredThe type of the account to disable listening for.
Sample Request
{
"accountId": "string",
"seatId": "string",
"accountType": "RECRUITER"
}