Veterinarian
Last updated
Last updated
POST /veterinarian/register HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 53
{
"firstname": "text",
"lastname": "text",
"email": "text"
}POST /veterinarian/send-otp HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"email": "text"
}POST /veterinarian/validate-otp HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 48
{
"email": "text",
"otp_code": 1,
"sessionId": "text"
}GET /veterinarian/me HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
GET /veterinarian/{userId} HTTP/1.1
Accept: */*