Get Project Details
Fetching Project Details
This API allows you to fetch project details from your account.
Get Project Details
POST
https://pickyassist.com/app/api/v2/pm/get-projects
This API allows you to get project details
Request Body
token
string
Your Master API Token for authentication
project_id
number
Pass the project id for fetch details 0 = Fetch All Projects in your account
Response Variables
Variable
Type
Description
status
numeric
Status of the Request
100 = Sucess
message
string
Error or detailed response Message details
project_status
string
Active
Expired
Delete
project_id
numeric
Unique Project ID , using this id need to communicate further for all quires
project_name
string
Name of the Project
number
number
Number of the Project
company_name
string
Company Name
country
string
time_zone
string
date_format
numeric
YYYY-MM-DD DD-MM-YYYY MM-DD-YYYY
service
numeric
1 = Phone Automation
2 = WhatsApp Official Account
license_key
string
License key of the project (only for phone automation)
qr_code_base64
string
QR code of the license key for quick pairing the bridge app with the project
unbranded_keyword
string
Unbranded Shared Number for the project
branded_keyword
string
Branded keyword if active in the project
api_tokens
array
This is an array where you will get following details
ip = IP Address
token = API Token
global_webhook
url
Global Webhook if configured
event_webhook
url
Event Webhook if configured
smart_reply_webhook
url
Smart Reply Webhook if configured
billing_plan
numeric
1= Pay As You Go
2= Phone Automation Small 3= Phone Automation Medium 4 =Phone Automation Large 5= Phone Automation Unlimited 6 = Phone Automation Yearly Unlimited
7 = Medium WhatsApp Official
8 = Large WhatsApp Official
9 = Unlimited WhatsApp Official
next_billing_date
date
next billing date and time in ISO Standard format
notes
string
notes
Sample Request Body JSON
Sample Response
Last updated