Picky Assist Help Desk
Setting Up
API V2
FAQ
Guide
Search…
Welcome To Picky Assist 🙏
Setting Up Guide
Setting Up Account
Connecting Channels
Setting Up Teambox
Setting Up Smart Replies
Setting Up Broadcaster
Setting Up Sequence
Setting Up CRM
Setting Up Social CRM
Setting Up Connector
Setting Up Widgets
Setting Up Ad-On's
Quick Rollout Guide
Archives
API Documentation V2
Introduction
Quick Start Guide 🏃
Sandbox Mode WhatsApp Official
Global Webhook
Event Webhook
Push API
WhatsApp Template API
WhatsApp Group API
WhatsApp Settings API's
WhatsApp Profile API
2 Step Verification
WhatsApp Status Update
WhatsApp Contact & Group Fetching
Call Conference API
Device Manage API’s
Account API
Project Management API
References
Sample Codes
Limitations & Disclaimer
General Guidelines
WhatsApp
Billing
Blacklisting Numbers
Adding Money Into Account
FAQ
General FAQ
Push API FAQ
Webhook FAQ
Changelog
2021
2020
2019
Powered By
GitBook
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
Works only with WhatsApp Web Automation Channel
post
https://pickyassist.com/app/api/v2
/fetch-contacts
WhatsApp Contact & Group Fetching API
Sample Request Body JSON
1
{
2
"token"
:
"e16e32e750cf865fae95752a9f1d0898cb"
,
3
"application"
:
"10"
4
}
5
Copied!
Sample Response
1
[
2
{
3
"number"
:
"9194055074-16099455"
,
4
"name"
:
"API Group"
,
5
"type"
:
"group"
6
},
7
{
8
"number"
:
"9194055074-16161719"
,
9
"name"
:
"NEW SUBBB"
,
10
"type"
:
"group"
11
},
12
{
13
"number"
:
"1809723725"
,
14
"name"
:
"Joan Miranda"
,
15
"type"
:
"contact"
16
},
17
{
18
"number"
:
"2347076688"
,
19
"name"
:
"P.Tosin"
,
20
"type"
:
"contact"
21
},
22
{
23
"number"
:
"2347000485"
,
24
"name"
:
"Geraldox Gerry"
,
25
"type"
:
"contact"
26
}
27
]
Copied!
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
Previous
WhatsApp Status Update
Next - API Documentation V2
Call Conference API
Last modified
1yr ago
Copy link
Contents
post
WhatsApp Contact & Group Fetching API
Sample Request Body JSON
Sample Response
Response Variables