Vendor Authentication
Authenticating Vendors
STAGING_URL: https://switch-api-staging.herokuapp.com
LIVE_URL: https://switchapi.azurewebsites.netCreate Vendor
Request Body
Name
Type
Description
{
"message": "Vendor created successfully",
"data": {
"id": 197,
"email": "example@gmail.com"
}
}{
"message": "Error occurred creating vendor",
"errors": {
"email": [
"can't be blank"
],
"password": [
"can't be blank"
],
"name": [
"can't be blank"
],
"category": [
"can't be blank"
]
}
}Login Vendor
Request Body
Name
Type
Description
Forgot Password
Request Body
Name
Type
Description
Reset Password
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Was this helpful?