# Verify New Account **POST /Auth/Verify/Account** Verify that the invitation code is in the system and still active. It also verifies that the email address is not already in the system. This is called first before calling Auth/Create/Parent to save the user time. The invitation determines what capabilities are included in the system for free. If blank, invitation code Default is used. *Secret Hmac and page href Required. Cache Time 15 Minutes.* ## Servers - https://api.wrtm.io/v1.0: https://api.wrtm.io/v1.0 () - https://api.whyreadthemanual.com/v1.0: https://api.whyreadthemanual.com/v1.0 () - https://api.wereadthemanual.com/v1.0: https://api.wereadthemanual.com/v1.0 () ## Authentication methods - Authorization key & Authorization date & Authorization hmac ## Parameters ### Body: application/json (object) - **Token** (string) optional jwt token returned from a previous call to /Auth/Verify/Login or /Auth/Verify/Token - **Href** (string) required copy of document.href since referrer is not always accurate - **FirstName** (string) the first name of the user entered - **LastName** (string) the last name of the user entered - **Email** (string) the email address entered - **Invite** (string) the invitation code entered (empty is default) ## Responses ### 200 Valid Signup Info #### Body: application/json (object) - **SignupAllowed** (number) 1 if the email address is not there and invitation code is correct, 0 if not. - **Message** (string) message describing the test ### 401 Email In System or Invalid Invitation #### Body: application/json (object) - **SignupAllowed** (number) 1 if the email address is not there and invitation code is correct, 0 if not. - **Message** (string) message describing the test [Powered by Bump.sh](https://bump.sh)