This documentation provides information about the Harborstay Nests API endpoints, their usage, and expected responses.
Sign in a user
{
"email": "string",
"password": "string"
}{
"token": "string",
"user": "object"
}{
"error": "Invalid credentials"
}Register a new user
{
"firstName": "string",
"lastName": "string",
"email": "string",
"password": "string"
}Request password reset
{
"email": "string"
}Reset password with token
{
"token": "string",
"password": "string"
}