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

6 days ago

dev
Cloud
Compare

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /api/.well-known/experience
  • Response
  • 200 response Modified
    • application/json content type Modified
      • emailBlocklistPolicy property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /api/.well-known/sign-in-exp
  • Response
  • 200 response Modified
    • application/json content type Modified
      • emailBlocklistPolicy property Removed
GET /api/sign-in-exp
  • Response
  • 200 response Modified
    • application/json content type Modified
      • emailBlocklistPolicy property Modified
        • blockDisposableAddress property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • customAllowlist property Added
PATCH /api/sign-in-exp
  • Body
  • application/json content type Modified
    • emailBlocklistPolicy property Modified
      • blockDisposableAddress property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • customAllowlist property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • emailBlocklistPolicy property Modified
        • customAllowlist property Added
POST /api/experience/verification/password
  • Response
  • 409 response Added