Hi,
I’m trying to create a webhook for a form by API call but i ended with this 401 response.
{
"code": "unauthorized",
"description": "failed to verify authentication or no authorization to access requested resource"
}
Problem is scopes seems to be ok for me :

This token works well if i try to get the list of webhooks for a specific form.
Am i missing something ?