curl --request GET \ --url https://playground.runa.io/v2/ping \ --header 'X-Api-Key: <api-key>'
Copy
Ask AI
{ "message": "pong"}
Utility
Ping
Check your integration can connect to the Runa API
GET
/
ping
Ping endpoint
Copy
Ask AI
curl --request GET \ --url https://playground.runa.io/v2/ping \ --header 'X-Api-Key: <api-key>'
Copy
Ask AI
{ "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.