# Verify a magic link token **POST /api/login/verify** Verifies a token received in the magic link email. This is for the UI, not to be used programmatically. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ### Body: application/json (object) The token verification parameters - **token** (string) Token to verify ## Responses ### 200 OK #### Body: application/json (object) - **account_id** (string) ID of the account the user is associated to - **email** (string) Authenticated User's email - **role** (string) Authenticated user's role - **token** (string) JWT session token - **user_id** (string) ID of the User - **user_name** (string) Name of the user ### 400 Bad Request #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)