get https://api.sandbox.payments.stonex.com/api/v/ping
This endpoint allows developers to verify the availability of the server. This simple check ensures that the server is up and running. The API responds with 1 if the server is available and operational.
Request
Endpoint: /api/v{version}/ping
Method: GET
This endpoint allows you to check the server status. A successful response with a 1 indicates that the server is available.
Request Example
GET https://api.sandbox.payments.stonex.com/api/v1/ping
Response Example
1