Download OpenAPI specification: openapi.yml Introduction Rudder exposes a REST API, enabling the user to interact with Rudder without using the webapp, for example in scripts or cronjobs. Versioning Each time the API is extended with new features (new functions, new parameter
curl \ -H "X-API-Token: $API_KEY" \ https://rudder.example.local/rudder/api/latest/cve
curl \ -H "X-API-Token: $API_KEY" \ https://rudder.example.local/rudder/api/latest/info
curl \ -H "X-API-Token: $API_KEY" \ https://rudder.example.local/rudder/api/latest/nodes