These docs are for v2.0. Click to read the latest docs for v2025-04-01.

Discussions

Ask a Question
Back to All

403 during webhook subscription

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