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
Call Conference API
Device Manage API’s
Account API
Project Management API
Introduction
Create Project
Get Project Details
Set / Update Webhook
Create API Token
Manage API Token
Change Billing Plan
Fetch Account Balance
Country Code & Timezones
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
Manage API Token
This API allows you to disable / enable / delete API tokens
post
https://pickyassist.com/app/api/v2
/pm/manage-api-token
Manage API Token
Response Variables
Variable
Type
Description
status
numeric
Status of the Request
100 = Sucess
Refer
Error Codes
for complete Status Codes
Sample Request Body JSON
1
{
2
"token"
:
"erererewrwercvcv"
,
3
"project_id"
:
7715
,
4
"api_token"
:
"erewrercxvcvcxvcxv"
,
5
"action"
:
1
6
}
Copied!
Sample Response
1
{
2
"status"
:
100
,
3
"message"
:
"Success"
4
}
Copied!
Previous
Create API Token
Next
Change Billing Plan
Last modified
1yr ago
Copy link
Contents
post
Manage API Token
Response Variables
Sample Request Body JSON
Sample Response