# Set trusted device opt-in decision **POST /api/experience/profile/trusted-device** Record whether the user trusts the current device after eligible MFA verification or binding. A trusted-device credential is created only after the interaction is successfully submitted. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters ### Body: application/json (object) - **trusted** (boolean) Whether to trust the current device. ## Responses ### 204 The trusted-device opt-in decision has been recorded for the current interaction. ### 400 The decision payload is invalid, or trusted-device opt-in is not supported for the current interaction event. ### 403 An eligible MFA verification or binding is required before accepting the trusted-device opt-in. ### 404 The user has not been identified yet. [Powered by Bump.sh](https://bump.sh)