Veterinarian

Register a new veterinarian account

post
Body
firstnamestringRequired

First name of the veterinarian

lastnamestringRequired

Last name of the veterinarian

emailstringRequired

Email address of the veterinarian

Responses
chevron-right
200Success

No content

post
/veterinarian/register
200Success

No content

Send OTP code to veterinarian email

post
Body
emailstringRequired

Email address of the veterinarian

Responses
chevron-right
200Success

No content

post
/veterinarian/send-otp
200Success

No content

Validate OTP code for veterinarian login

post
Body
emailstringRequired

Email address of the veterinarian

otp_codenumberRequired

OTP code received by email

sessionIdstringOptional
Responses
chevron-right
200Success

No content

post
/veterinarian/validate-otp
200Success

No content

Get veterinarian profile

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200Success

No content

get
/veterinarian/me
200Success

No content

Get veterinarian profile by user ID

get
Path parameters
userIdstringRequired
Responses
chevron-right
200Success

No content

get
/veterinarian/{userId}
200Success

No content

Last updated