Server Config REST API
View server configuration
⚠️ Breaking Changes: The Bencher API is in beta and under active development. We may introduce breaking changes in future releases. We will announce any breaking changes in the release notes.
View the API server configuration. The user must be an admin on the server to use this route.
Headers
Content-Type string
Required
Set to application/json.
Authorization string
Required
Set to Bearer BENCHER_API_TOKEN, where BENCHER_API_TOKEN is a vaild Bencher API token.
GET
/v0/server/config | Bencher Cloud | https://api.bencher.dev |
| Bencher Self-Hosted | http://localhost:61016 |
Bencher CLI
bencher server config view View OpenAPI Spec
View console configuration
⚠️ Breaking Changes: The Bencher API is in beta and under active development. We may introduce breaking changes in future releases. We will announce any breaking changes in the release notes.
View the Bencher Console configuration managed by the API server. This is a public route and does not require authentication.
Headers
Content-Type string
Required
Set to application/json.
Authorization string
Set to Bearer BENCHER_API_TOKEN, where BENCHER_API_TOKEN is a vaild Bencher API token.
GET
/v0/server/config/console | Bencher Cloud | https://api.bencher.dev |
| Bencher Self-Hosted | http://localhost:61016 |
Bencher CLI
bencher server config console View OpenAPI Spec