Change Updates

Do not miss any Logto API references changes, ever again

Subscribe to the Logto API references changelog to be up to date on recent changes.

RSS

about 3 hours ago

main
Cloud
Compare

API structure has changed

Next change
9 structure changes including:
9 Modifications
Modified 9
GET /api/my-account/sessions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sessions property Modified
        • payload property Modified
GET /api/users
  • Response
  • 200 response Modified
    • application/json content type Modified
      • passwordDigest, passwordAlgorithm properties Added
GET /api/users/{userId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • passwordDigest, passwordAlgorithm properties Added
  • Query
  • includePasswordHash query parameter Added
GET /api/users/{userId}/sessions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sessions property Modified
        • payload property Modified
GET /api/users/{userId}/sessions/{sessionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • payload property Modified
        • authorizations property Modified
          • Property is no longer required
PATCH /api/users/{userId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • passwordDigest, passwordAlgorithm properties Added
PATCH /api/users/{userId}/is-suspended
  • Response
  • 200 response Modified
    • application/json content type Modified
      • passwordDigest, passwordAlgorithm properties Added
PATCH /api/users/{userId}/password
  • Response
  • 200 response Modified
    • application/json content type Modified
      • passwordDigest, passwordAlgorithm properties Added
POST /api/users
  • Response
  • 200 response Modified
    • application/json content type Modified
      • passwordDigest, passwordAlgorithm properties Added