Chat
Last updated
GET /chat-admin/ HTTP/1.1
authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully Got User Details"
}GET /chat-admin/vendor-list HTTP/1.1
authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully Got Vendor Details"
}GET /chat-admin/vendor/{vendorId} HTTP/1.1
authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully Got Vendor Details"
}GET /chat-admin/chat-history?vendorId=1 HTTP/1.1
authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully Got Chat History..!"
}GET /chat-vendor HTTP/1.1
Authorized: text
Accept: */*
{
"status": 1,
"message": "Successfully Got Vendor Details"
}GET /chat-vendor/admin-list HTTP/1.1
Authorized: text
Accept: */*
{
"status": 1,
"message": "Successfully Got User List"
}GET /chat-vendor/chat-history?userId=1 HTTP/1.1
Authorized: text
Accept: */*
{
"status": 1,
"message": "Successfully Got Chat History..!"
}