v2

latestOpenAPI 3.1.12026-08-078549932.4 MB
Widget

Verify code from email

post/public/widget/auth/verify

Request body

sessionIdstring required
clinicIdstring required
codestring required

The 6-digit verification code sent to the user's email

emailstring required

The email address that the code was sent to

Response

OK

successboolean
clientIdstring nullable
clientNamestring nullable
clientEmailstring nullable
clientPhonestring nullable

Example response

{
  "patients": [
    {
      "species": "Cat",
      "breed": "Siamese",
      "sex": "Male"
    }
  ]
}