# Login with Pairing Code **POST /devices/me/login-code** Generate pairing code for WhatsApp login (no QR scan needed). Enter the code in WhatsApp > Linked Devices > Link with phone number. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **phone** (string) Phone number without + or spaces ## Responses ### 200 Pairing code generated successfully #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **data** (object) ### 400 Bad request #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 401 Unauthorized #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **error** (string) [Powered by Bump.sh](https://bump.sh)