Get config

Get a config by id

GET
/configs/{configId}
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

configIdstring

ID of the config

Response Body

curl -X GET "https://eu1.api.bivariant.com/v1/configs/string"
{
  "allowUserOverride": true,
  "createdAt": "string",
  "deprecatedVersion": true,
  "id": "string",
  "key": "string",
  "organizationId": "string",
  "schema": null,
  "scope": "tenant",
  "scopeId": "string",
  "system": true,
  "updatedAt": "string",
  "value": null,
  "version": 0
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}