Skip to content

Endpoints

This page shows publicly available endpoints to interact with PingDock.

REST API

Use this endpoint to send POST request

https://api.pingdock.io/ping

Payload: Body -> Raw -> JSON

json
{
  "dock_id": "",
  "secret_key": "",
  "msg": ""
}

Webhooks

Use this endpoint to when Basic Auth required

https://api.pingdock.io/webhook

Authorization

Type: Basic Auth
Username: <Dock ID>
Password: <Dock Secret Key>

Payload: Body -> Raw -> JSON

json
{ "msg": "" }