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

Feb 9, 2024

main
Cloud
Compare

API structure has changed

28 structure changes including:
14 Additions
14 Modifications
Modified 14
POST /api/verification-codes
  • Response
  • 501 response Added
POST /api/sso-connectors
  • Response
  • 409 response Added
POST /api/interaction/verification/webauthn-authentication
  • Response
  • 400 response Added
POST /api/interaction/verification/verification-code
  • Response
  • 501 response Added
POST /api/interaction/submit
  • Response
  • 403 response Added
POST /api/interaction/consent
  • Body
  • application/json content type Added
  • Response
  • 400 response Added
POST /api/authn/saml/{connectorId}
  • Response
  • 404 response Added
POST /api/applications
  • Body
  • application/json content type Modified
    • isThirdParty, protectedAppMetadata properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • protectedAppMetadata, isThirdParty properties Added
  • 500 response Added
PATCH /api/sso-connectors/{id}
  • Response
  • 409 response Added
PATCH /api/applications/{id}
  • Body
  • application/json content type Modified
    • protectedAppMetadata property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • protectedAppMetadata, isThirdParty properties Added
GET /api/roles/{id}/applications
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /api/applications/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • protectedAppMetadata, isThirdParty properties Added
GET /api/applications
  • Response
  • 200 response Modified
    • application/json content type Modified
  • Query
  • isThirdParty query parameter Added
DELETE /api/applications/{id}
  • Response
  • 422 response Added
Added 14
PUT /api/applications/{id}/users/{userId}/consent-organizations
PUT /api/applications/{applicationId}/sign-in-experience
POST /api/applications/{id}/users/{userId}/consent-organizations
POST /api/applications/{id}/protected-app-metadata/custom-domains
POST /api/applications/{applicationId}/user-consent-scopes
GET /api/systems/application
GET /api/interaction/consent
GET /api/applications/{id}/users/{userId}/consent-organizations
GET /api/applications/{id}/protected-app-metadata/custom-domains
GET /api/applications/{applicationId}/user-consent-scopes
GET /api/applications/{applicationId}/sign-in-experience
DELETE /api/applications/{id}/users/{userId}/consent-organizations/{organizationId}
DELETE /api/applications/{id}/protected-app-metadata/custom-domains/{domain}
DELETE /api/applications/{applicationId}/user-consent-scopes/{scopeType}/{scopeId}