Skip to main content
GET
/
health
Health Check
import requests

url = "https://api.example.com/health"

response = requests.get(url)

print(response.text)
{}

Response

200 - application/json

Successful Response

{key}
string