List preferences
List all preferences with optional filters
AuthorizationBearer <token>
Bearer token authentication. Use your API key as the bearer token.
In: header
List preferences input
configId?string
pagination?bv.Pagination
Response Body
curl -X POST "https://eu1.api.bivariant.com/v1/preferences/list" \ -H "Content-Type: application/json" \ -d '{}'[
{
"accountId": "string",
"configId": "string",
"configVersion": 0,
"createdAt": "string",
"id": "string",
"updatedAt": "string",
"value": null
}
]{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}