Discussions
Access token endpoint not working
hi,
for some reason from this afternoon auth token endpoint https://api.personio.de/v1/auth returns error.
Cannot get bearer token. v2 endpoint also does not work.
{
"personio_trace_id": "e2644ccd-8b55-4d34-98d6-ac19ccdd4276",
"timestamp": "2025-09-11T21:23:44Z",
"errors": [
{
"title": "Not Found",
"detail": "The endpoint with /v1/auth was not found.",
"type": "https://developer.personio.de/v2.0/page/public-api-error-codes#apinot_found",
"_meta": {
"path": "/v1/auth"
}
}
]
}
{
"personio_trace_id": "4af7d8de-9ff5-4437-8e14-771433a804a0",
"timestamp": "2025-09-11T21:23:16Z",
"errors": [
{
"title": "Not Found",
"detail": "The endpoint with /v2/auth/token was not found.",
"type": "https://developer.personio.de/v2.0/page/public-api-error-codes#apinot_found",
"_meta": {
"path": "/v2/auth/token"
}
}
]
}