Cost: free
GET
/
ping
cURL
curl --request GET \
  --url https://api.workfloo.ws/v0/ping \
  --header 'x-api-key: <api-key>'
{
"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.

Authorizations

x-api-key
string
header
required

Response

Successful response

message
string
required

Response message

Example:

"pong"