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…
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
Similar APIs in Developer Tools
- 1,000,000+ Recipe and Grocery List API (v2) #Documentation This is the documentation for the partner endpoint of the BigOven Recipe and Grocery List API. The update brings with it Swa…
- Accounting API Welcome to the Accounting API. You can use this API to access all Accounting API endpoints. ## Base URL The base URL for all API requests i…
- Airbyte Configuration API Airbyte Configuration API https://airbyte.io. This API is a collection of HTTP RPC-style methods. While it is not a REST API, those familia…
- Airline Code Lookup API Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also b…
- Airport & City Search Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also b…
- Airport Nearest Relevant Before using this API, we recommend you read our Authorization Guide for more information on how to generate an access token. Please also b…
Browse all Developer Tools APIs.