get https://global-api-sandbox.afterpay.com/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/plaininstead ofapplication/json.
Successful Response (200)
Returns the string, "pong".
Connection Timeouts
| Timeout | Time (Seconds) |
|---|---|
| Open | 10 |
| Read | 20 |
Errors
The following error responses can be returned by Ping:
| HTTP Status Code | errorCode | Description |
|---|---|---|
| 405 Method Not Allowed | N/A | The request was made by a HTTP Method other than GET, HEAD or OPTIONS.For example, POST, PUT or DELETE. |
