Check user existance
Check user existance
POST https://api.sponseasy.com/v2/user/exists
This endpoint allows you to check if a user exists in the database.
Query Parameters
Name
Type
Description
user[email]
string
{
status: "success",
data: {
exists: true
}
}{
status: "error",
message: ["error_message"]
}Last updated
Was this helpful?