# Get TOTP Recovery Codes (beta) **POST /v1/auth/totps/recovery_codes** Get TOTP (time-based one-time passcode) recovery codes of the given user ID. ## HTTP Request `POST /v1/auth/totps/recovery_codes` ## Returns A successful response returns an object with `user_id` and `totps` properties that contain the recovery codes. ## Servers - Production: https://api.moonkey.fun (Production) ## Authentication methods - Authorization ## Parameters ### Body: application/json (object) - **user_id** (string) `Required` User ID to retrieve TOTP recovery codes for. ## Responses ### 200 OK #### Body: application/json (object) - **user_id** (string) - **totps** (array[object]) [Powered by Bump.sh](https://bump.sh)