Skip to content

Postman Collection

You can easily test PingDock endpoints using Postman.

REST API Example

  1. Create a new HTTP request.
  2. Set method POST and enter URL:
https://api.pingdock.io/ping
  1. In Body section select raw JSON.
  2. Enter payload:
json
{
  "dock_id": "<Dock ID>",
  "secret_key": "<Secret Key>",
  "msg": "Hello from Postman!"
}
  1. Click Send - you should see a JSON response with delivery info.