Skip to main content

Ping

POST Sends test payload to subscription's callback URL.​

https://api.track.toggl.com/webhooks/api/v1/ping/{workspace_id}/{subscription_id}

Sends a dummy payload to subscription's callback URL to check it's accessible and returns the correct status.

curl -X POST https://api.track.toggl.com/webhooks/api/v1/ping/{workspace_id}/{subscription_id} \
-H "Content-Type: application/json"

Parameters​

Path​

nametyperequireddescription
workspace_idintegertrueNumeric ID of the workspace
subscription_idintegertrueNumeric ID of the subscription

Response​

200​

nametypedescription
statusstring-

403​

User not found/accessible for workspace

500​

Internal Server Error
© 2024 Toggl. All rights reserved.