Last updated 4 months ago
Retrieve vendor details used for chat.
Bearer token for vendor authentication.
GET /backend/api/chat-vendor HTTP/1.1 Host: 139.59.67.17 Authorization: text Accept: */*
Successfully retrieved vendor details for chat.
<?xml version="1.0"?> <object> <status>1</status> <message>Successfully Got Vendor Details</message> </object>
Retrieve the chat history for a specific user by userId.
ID of the user for whom the chat history is being fetched.
GET /backend/api/chat-vendor/chat-history HTTP/1.1 Host: 139.59.67.17 Authorization: text Accept: */*
Successfully retrieved chat history.
<?xml version="1.0"?> <object> <status>1</status> <message>Successfully Got Chat History..!</message> </object>