Manage API Token
This API allows you to disable / enable / delete API tokens
Manage API Token
POST
https://pickyassist.com/app/api/v2/pm/manage-api-token
This API allows you to disable / enable / delete API tokens
Request Body
Name | Type | Description |
---|---|---|
token | string | Your Master API Token for authentication |
project_id | number | Project Id in which the API needs to be generated |
api_token | string | API token to be disabled / enabled / deleted |
action | number | Pass what action needs to be taken 1 = Disable 2 = Enable 3 = Delete |
Response Variables
Variable | Type | Description |
status | numeric | Status of the Request 100 = Sucess |
Sample Request Body JSON
Sample Response
Last updated