Postman Collection
You can easily test PingDock endpoints using Postman.
REST API Example
- Create a new
HTTPrequest. - Set method
POSTand enter URL:
https://api.pingdock.io/ping- In
Bodysection selectrawJSON. - Enter payload:
json
{
"dock_id": "<Dock ID>",
"secret_key": "<Secret Key>",
"msg": "Hello from Postman!"
}- Click Send - you should see a JSON response with delivery info.
