Download as ods, pdf, or txt
Download as ods, pdf, or txt
You are on page 1of 3

Sheet1

Name Method Url Parameters Validations

Login Api POST login {"email":"raju44raju.rc@gmail.com","password":"123456789"}


email, Password

Send Email for POST Send-email-forgemail email

Change PassworPOST Change-password old_password, o

Page 1
Sheet1

Success Reponse
{
"data": {
"id": 69,
"name": "ccc",
"email": "raju44raju.rc@gmail.com",
"parent_id": 37,
"plan_id": null,
"subscription_date": null,
"business_name": null,
"total_user": null,
"total_amount": null,
"user_type": null,
"autho_user_id": null,
"profile_image": null,
"status": 1,
"email_verified_at": null,
"two_factor_secret": null,
"two_factor_recovery_codes": null,
"created_at": "2022-10-05T10:38:27.000000Z",
"updated_at": "2022-10-05T10:38:27.000000Z",
"deleted_at": null,
"stripe_id": null,
"pm_type": null,
"pm_last_four": null,
"trial_ends_at": null,
"access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiI1IiwianRpIjoiZDlkZjNhNTlhMWY3NTZhN2JhZDhkN
},
"message": " User Logged-in successfully",
"status": 200
}
{
"message": "Forget Password request sent successfully",
"status": 200
}
{
"message": "Password updated successfully.",
"status": 200
}

Page 2
Sheet1

Validation Response

{
"message": "The password field is required.",
"status": 422
}
{
"message": "The email field is required.",
"status": 422
}
{
"status": 422,
"message": "The old password field is required."
}

Page 3

You might also like