Skip to main content
GET
/
v1
/
openapi.json
cURL
curl "https://app.us.goclicks.ai/v1/openapi.json" \
  -o openapi.public.json
import requests

resp = requests.get("https://app.us.goclicks.ai/v1/openapi.json")
resp.raise_for_status()
schema = resp.json()
print(schema["info"]["title"], schema["info"]["version"])
{}

Response

200 - application/json

Successful Response

The response is of type Response Public Get Openapi Schema · object.