This endpoint is part of the Example API.
More ERP automation resources:
GET
/status
curl \
--request GET 'https://api.example.com/status'
Response examples (200)
{
"status": "ok"
}
This endpoint is part of the Example API.
More ERP automation resources:
curl \
--request GET 'https://api.example.com/status'
{
"status": "ok"
}