Create preference

Create a new preference

POST
/preferences
AuthorizationBearer <token>

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

In: header

Preference creation input

configIdstring
valueunknown

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/preferences" \  -H "Content-Type: application/json" \  -d '{    "configId": "string",    "value": null  }'
{
  "accountId": "string",
  "configId": "string",
  "configVersion": 0,
  "createdAt": "string",
  "id": "string",
  "updatedAt": "string",
  "value": null
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}