Endpoints
This page shows publicly available endpoints to interact with PingDock.
REST API
Use this endpoint to send POST request
https://api.pingdock.io/pingPayload: Body -> Raw -> JSON
json
{
"dock_id": "",
"secret_key": "",
"msg": ""
}Webhooks
Use this endpoint to when Basic Auth required
https://api.pingdock.io/webhookAuthorization
Type: Basic Auth
Username: <Dock ID>
Password: <Dock Secret Key>Payload: Body -> Raw -> JSON
json
{ "msg": "" }