GET /status

This endpoint is part of the Example API.

More ERP automation resources:

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • status string
GET /status
curl \
 --request GET 'https://api.example.com/status'
Response examples (200)
{
  "status": "ok"
}