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

12 days ago

dev
Cloud
Compare

API structure has changed

13 structure changes including:
4 Additions
9 Modifications
Modified 9 Breaking
DELETE /api/applications/{id}/legacy-secret
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Modified
        • Property is no longer required
  • 204 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/applications
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Modified
        • Property is no longer required
GET /api/applications/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Modified
        • Property is no longer required
GET /api/organizations/{id}/applications
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Modified
        • Property is no longer required
GET /api/roles/{id}/applications
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Modified
        • Property is no longer required
PATCH /api/applications/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Modified
        • Property is no longer required
PATCH /api/organizations/{id}
  • Response
  • 422 response Added
POST /api/applications
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Modified
        • Property is no longer required
POST /api/organizations
  • Response
  • 422 response Added
Added 4
DELETE /api/sso-connectors/{id}/signing-keys/{keyId}
GET /api/sso-connectors/{id}/signing-keys
PATCH /api/sso-connectors/{id}/signing-keys/{keyId}
POST /api/sso-connectors/{id}/signing-keys