API · source category: Developer Tools

Rudder API

Download OpenAPI specification: openapi.yml # Introduction Rudder exposes a REST API, enabling the user to interact with Rudder without usi…

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 parameters, new responses, ...), it will be assigned a new version number. This will allow you to keep your existing scripts (based on previous behavior). Versions will always be integers (no 2.1 or 3.3, just 2, 3, 4, ...) or latest. You can change the version of the API used by setting it either within the url or in a header: the URL: each URL is prefixed by its version id, like /api/version/function. bash # Version 10 curl -X GET -H "X-API-Token: yourToken" https://rudder.example.com/rudder/api/10/rules # Latest curl -X…

Open documentation ↗

Record

Type
Web API
Category
Developer Tools
Authentication
Token
Pricing
Free
Base URL
https://docs.rudder.io
Free tier
Public OpenAPI specification

Fields are reproduced from the source registry as-is. “Unknown” means the source did not describe the field — it is not an inference. See the methodology for how records are collected and normalised.

Tags

  • Developer Tools

Browse all Developer Tools APIs.