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 4 hours ago

main
Cloud
Compare

API structure has changed

Next change
19 structure changes including:
5 Additions
14 Modifications
Modified 14 Breaking
POST /api/organizations
  • Body
  • application/json content type Modified
    • isTrustedDeviceAllowed property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • isTrustedDeviceAllowed property Added
PATCH /api/sign-in-exp
  • Body
  • application/json content type Modified
    • trustedDevice property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • trustedDevice property Added
PATCH /api/organizations/{id}
  • Body
  • application/json content type Modified
    • isTrustedDeviceAllowed property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • isTrustedDeviceAllowed property Added
PATCH /api/account-center
  • Body
  • application/json content type Modified
    • fields property Modified
      • trustedDevice property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • fields property Modified
        • trustedDevice property Added
GET /api/users/{userId}/organizations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • isTrustedDeviceAllowed property Added
GET /api/sign-in-exp
  • Response
  • 200 response Modified
    • application/json content type Modified
      • trustedDevice property Added
GET /api/organizations/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • isTrustedDeviceAllowed property Added
GET /api/organizations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • isTrustedDeviceAllowed property Added
GET /api/applications/{id}/users/{userId}/consent-organizations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • organizations property Modified
        • isTrustedDeviceAllowed property Added
GET /api/applications/{id}/organizations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • isTrustedDeviceAllowed property Added
GET /api/account-center
  • Response
  • 200 response Modified
    • application/json content type Modified
      • fields property Modified
        • trustedDevice property Added
GET /api/.well-known/sign-in-exp
  • Response
  • 200 response Modified
    • application/json content type Modified
      • trustedDevice property Modified
        • Property is now required
GET /api/.well-known/experience
  • Response
  • 200 response Modified
    • application/json content type Modified
      • trustedDevice property Modified
        • Property is now required
          Breaking
GET /api/.well-known/account-center
  • Response
  • 200 response Modified
    • application/json content type Modified
      • fields property Modified
        • trustedDevice property Added
Added 5
POST /api/experience/profile/trusted-device
GET /api/users/{userId}/trusted-devices
GET /api/my-account/trusted-devices
DELETE /api/users/{userId}/trusted-devices/{trustedDeviceId}
DELETE /api/my-account/trusted-devices/{trustedDeviceId}