Skip to main content

Ping

GET /ping

Check the API is reachable.

Returns immediately. Unauthenticated — an API key can only be checked against a specific project, so there is nothing to verify here. To confirm a key works, call List workflows.

Authentication

  • None: No credential required.

Example request

curl -X GET \
{{BASE_URL}}/ping

Responses

200

The API is up.

{
"message": "Hello World"
}