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 1 month ago

dev
Cloud
Compare

API structure has changed

3 structure changes including:
3 Modifications
Modified 3 Breaking
GET /api/my-account/sessions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sessions property Modified
        • tenantId, modelName, id, consumedAt properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /api/users/{userId}/sessions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sessions property Modified
        • tenantId, modelName, id, consumedAt properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /api/users/{userId}/sessions/{sessionId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • tenantId, modelName, id, consumedAt properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking