curl --request GET \
--url https://playground.runa.io/v2/ping \
--header 'X-Api-Key: <api-key>'
{
"message": "pong"
}
Use the ping endpoint to validate your integration can connect to the Runa API. If you receive a 200 OK response you have made a successful call to the API with a valid API key.