Nifty API v1.0
string · requirednumber · requirednumber · requiredboolean · required
string · requiredstring[] · requiredstring · requiredstring · required
string · requiredstring · requiredstring[] · requiredstring · requiredstring · requiredstring · required
string · requiredstring · requiredstring · required
Webhook
Register endpoints that receive workspace events.
Get Webhooks
GET
https://openapi.niftypm.com
/api/v1.0/webhooks/{app_id}
Bearer (JWT)
This endpoint fetch list of all webhook registerd by team member.
path Parameters
app_idEnter application id
Get Webhooks › Request Body
limitNo of records per page
Example: 25
offsetRecord Offset
Example: 0
Get Webhooks › Responses
Success Response
WebhookResponse[] · required
Registered webhooks
hasMoreTrue if there are more record else false
Default: false
Create Webhook
POST
https://openapi.niftypm.com
/api/v1.0/webhooks
Bearer (JWT)
This endpoint register a new webhook endpoint.
Create Webhook › Request Body
endpointWebhook Endpoint URL
eventWebhook events
Enum values:
projectCreated
projectRemoved
projectUpdated
taskCreated
taskRemoved
taskUpdated
portfolioCreated
portfolioRemoved
app_idApplication id
Create Webhook › Responses
The resource created successfully
messageOperation message
object · required
The registered webhook
Update Webhook
PUT
https://openapi.niftypm.com
/api/v1.0/webhooks/{webhook_id}
Bearer (JWT)
This endpoint updates an existing webhook endpoint.
path Parameters
webhook_idEnter webhook id
Update Webhook › Request Body
endpointWebhook Endpoint URL
eventWebhook Event
Enum values:
projectCreated
projectRemoved
projectUpdated
taskCreated
taskRemoved
taskUpdated
portfolioCreated
portfolioRemoved
app_idApplication ID
Update Webhook › Responses
Success Response
messageOperation message
webhook_idUpdated webhook record id
Remove Webhook
DELETE
https://openapi.niftypm.com
/api/v1.0/webhooks/{webhook_id}
Bearer (JWT)
This endpoint remove webhook endpoint.
path Parameters
webhook_idEnter webhook id
Remove Webhook › Responses
The record has been updated successfully.
messageOperation message
webhook_idWebhook ID
Was this page helpful?