API structure has changed
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
-
application/json content type Modified
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
-
application/json content type Modified
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
-
application/json content type Modified
PATCH /api/account-center
- Body
-
application/json content type Modified
-
fields property Modified
- trustedDevice property Added
-
fields property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
fields property Modified
- trustedDevice property Added
-
fields property Modified
-
application/json content type Modified
GET /api/users/{userId}/organizations
- Response
-
200 response Modified
-
application/json content type Modified
- isTrustedDeviceAllowed property Added
-
application/json content type Modified
GET /api/sign-in-exp
- Response
-
200 response Modified
-
application/json content type Modified
- trustedDevice property Added
-
application/json content type Modified
GET /api/organizations/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- isTrustedDeviceAllowed property Added
-
application/json content type Modified
GET /api/organizations
- Response
-
200 response Modified
-
application/json content type Modified
- isTrustedDeviceAllowed property Added
-
application/json content type Modified
GET /api/applications/{id}/users/{userId}/consent-organizations
- Response
-
200 response Modified
-
application/json content type Modified
-
organizations property Modified
- isTrustedDeviceAllowed property Added
-
organizations property Modified
-
application/json content type Modified
GET /api/applications/{id}/organizations
- Response
-
200 response Modified
-
application/json content type Modified
- isTrustedDeviceAllowed property Added
-
application/json content type Modified
GET /api/account-center
- Response
-
200 response Modified
-
application/json content type Modified
-
fields property Modified
- trustedDevice property Added
-
fields property Modified
-
application/json content type Modified
GET /api/.well-known/sign-in-exp
- Response
-
200 response Modified
-
application/json content type Modified
-
trustedDevice property Modified
- Property is now required
-
trustedDevice property Modified
-
application/json content type Modified
GET /api/.well-known/experience
- Response
-
200 response Modified
-
application/json content type Modified
-
trustedDevice property Modified
-
Property is now required Breaking
-
Property is now required
-
trustedDevice property Modified
-
application/json content type Modified
GET /api/.well-known/account-center
- Response
-
200 response Modified
-
application/json content type Modified
-
fields property Modified
- trustedDevice property Added
-
fields property Modified
-
application/json content type Modified
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}