Sign in

Ping transactional API v2

documented

Health check for Transactional v2 utilities.

GET /v2/utilities/pingTransactionalno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://slingshot.egoiapp.com/api/v2/utilities/ping" \
  -X GET \
  -H "ApiKey: {{E-GOI_API_KEY}}" \
  -H "Accept: application/json"