Create API Token
Creating API Token
This API allows you to create a new API token for a project
Create API Token
POST
https://pickyassist.com/app/api/v2/pm/create-api-token
This API allows you to Create API Token for a project
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
ip_whitelist
array
If multiple IP address needs to be passed then please pass it as an array
Response Variables
Variable
Type
Description
status
numeric
Status of the Request
100 = Sucess
message
string
Error or detailed response Message details
project_id
numeric
Project ID
api_token
array
API Tokens in array
ip
token
Sample Request Body JSON
Sample Response
Last updated
Was this helpful?