Skip to content

System API (1.0.0)

Use API credentials to check system health.

Languages
Servers
Generated server url
https://optimalapi-ext.apx.com/
https://optimalapi-uat-ext.apx.com/

system-v1

Check the API system health.

Operations

Check API server health

Request

Ping API, to ensure the API is available and your API credentials are valid.

Security
JWT
curl -i -X GET \
  https://optimalapi-ext.apx.com/optimal/v1/system/ping \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
pongstring(date-time)required

The current time on the server

Response
application/json
{ "pong": "2019-08-24T14:15:22Z" }