Ping

This endpoint can be used to check that the service is available and reachable. Note: Unlike all other endpoints, this endpoint does not require authentication, and responds with text/plain instead of application/json. ### Connection Timeouts | Timeout | Time (Seconds) | | ------- | ------------ | | Open | 10 | | Read | 20 |

Authentication

AuthorizationBasic

Basic authentication of the form Basic <username:password>.

Path Parameters

environmentstringRequired

Use api-sandbox for AU/NZ, or api.us-sandbox for US.

Headers

User-AgentstringRequired
AcceptstringOptionalDefaults to text/plain

Response

Returns the string, 'pong'.

Errors