WhatsApp Contact & Group Fetching
Fetching Contact & Group Details from WhatsApp Connected Number
This API allows you to fetch contact and groups of your Connected WhatsApp Number and this API is supported only in WhatsApp Web Automation Channel
WhatsApp Contact & Group Fetching API
POST
https://pickyassist.com/app/api/v2/fetch-contacts
API to fetch WhatsApp Contacts & Groups
Request Body
Name | Type | Description |
---|---|---|
token | string | Your API Token for authentication |
application | number | 10 = WhatsApp Web Automation |
Sample Request Body JSON
Sample Response
Response Variables
Variable Name | Type | Description |
number | String | WhatsApp Number or WhatsApp Group ID if the type=group |
name | String | Name of the Contact / Group |
type | String | contact = It's a contact group = It's a group |
Last updated