Aller au contenu

Refresh tokens (removed — 410 stub)

POST
/auth/refresh
curl --request POST \
--url https://auth.timetonic.com/api/auth/refresh

Compatibility stub only. WebAuthController::refresh unconditionally returns 410 endpoint_removed regardless of request body. Refresh tokens are handled by POST /oidc/token with grant_type=refresh_token.

Endpoint removed — use POST /oidc/token (grant_type=refresh_token)

Media typeapplication/json
object
success
boolean
error
string
message
string
Example
{
"success": false,
"error": "endpoint_removed"
}