curl --request GET \ --url https://api.workfloo.ws/v0/ping \ --header 'x-api-key: <api-key>'
Copy
{ "message": "pong" }
A simple health check endpoint. Returns "pong" if the user is authenticated via API key.Useful for verifying connectivity and authentication status.This endpoint does not affect credits, but rate limits apply.