About API
What is Job Portal API
Error Response
Validation Error
{
"status_code": 400,
"message": [
{
"property": "new_password",
"message": "new_password must contain at least one uppercase letter, one lowercase letter, one number, and one special character."
},
{
"property": "confirm_new_password",
"message": "confirm_new_password must be same with new_password"
}
],
"error": "Bad Request"
}
Unauthorized Error
{
"status_code": 401,
"message": "Unauthorized"
}
Deprecated Error
{
"status_code": 403,
"message": "This endpoint is deprecated.",
"error": "Forbidden"
}
Not Found Error
{
"status_code": 404,
"message": "User not found",
"error": "Not Found"
}
Internal Server Error
{
"status_code": 500,
"message": "Internal server error"
}