# Get Contact QR Link **GET /users/me/contact-qr** Get your contact QR code link that others can use to add you as a contact. Optionally revoke the previous link. ## Servers - http://localhost:7001: http://localhost:7001 () ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **revoke** (boolean) Whether to revoke the previous link and generate a new one ## Responses ### 200 Contact QR link retrieved #### Body: application/json (object) - **status** (boolean) - **code** (integer) - **message** (string) - **data** (object) ### 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)