Retrieve contact details using an ID.
POST/chat/findContacts/:instanceName
This endpoint retrieves contact details associated with the given ID for the specified instance.
Request
Path Parameters
instanceName stringrequired
The name of the instance to which the reaction should be sent.
Example: codechat
- application/json
Body
where object
id stringrequired
Unique ID of the contact to be fetched.
Responses
- 200
Successful response
- application/json
- Schema
Schema
- any
Loading...