Skip to main content

The timestamp of your latest password change

GET /v2/users/self/credentials/password-updated-at/
v2
GET
user-get-password-updated-at

Request

Responses

application/json

Timestamp of latest password change.

  • passwordUpdatedAtstring (date-time)
    required

Usage examples

$ curl \
--fail \
--location \
-d '{}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/users/self/credentials/password-updated-at