Ping

The ping endpoint has been specifically created so that you can test out some of the more administrative aspects of Sendle API’s functionality, without any risk of creating live orders on their system.

const ping = await client.ping();

Response:

{
  "ping": "pong",
  "timestamp": "2021-05-01T15:52:48+10:00"
}
Edit this page on GitHub Updated at Sat, Mar 25, 2023