Discussions
403 during webhook subscription
4 days ago by Cora Bonetta
Hi there,
I'm trying to subscribe to the 'employees/employee/update' webhook but I'm receiving and error response:
{
"errors":
[
{
"error":"Accesso vietato"
}
]
}
I'm authenticating to the service using the x-api-key header. I have no errors using the same api-key to call other services (I've tried /resources/api_public/credentials and /resources/employees/employees)
Are there any configuration steps to allow webhook usage or I'm missing something?
Thanks
Cora