Discussions
https://api.personio.de/v2/auth/token 503 error with personio:webhooks:write scope
Hey there
I am trying to create a webhook using API, it requires me to add personio:webhooks:write scope to the auth endpoint, but when I add it auth/token endpoint fails with 503 error
https://api.personio.de/v2/webhooks
{
"personio_trace_id": "706ad36e-4c2f-4438-b616-cee906f85850",
"timestamp": "2025-02-14T06:40:35Z",
"errors": [
{
"title": "Access denied",
"detail": "The requested endpoint requires the listed missing scope: personio:webhooks:write",
"type": null,
"_meta": {}
}
]
}
https://api.personio.de/v2/auth/token
{
"personio_trace_id": "2ae1b081-77c0-4c5f-ba21-5a349ed73b74",
"timestamp": "2025-02-14T06:41:17Z",
"errors": [
{
"title": "Service Unavailable",
"detail": "Our service is currently unavailable due to technical difficulties.",
"type": null,
"_meta": {}
}
]
}