List custom data fields
Returns all custom data fields configured for your brand. Use the field_name values to populate custom_data on user create/update and the custom_ columns in CSV imports.
Authorizations
Base64-encoded HMAC-SHA256 signature of the request. Every request must also include the x-bigco-hmac-username and x-date headers, and POST/PUT requests must include x-digest. See the Authentication guide for the full signing procedure.
Response
Your brand's custom data fields.
The custom data field name. Lowercase and snake-case it (and prefix with custom_ for CSV imports) when supplying values.
"loyalty_tier"
The data type of the field: 1 = INTEGER, 2 = FLOAT, 3 = STRING, 4 = LIST, 5 = BOOLEAN, 6 = DATE.
1, 2, 3, 4, 5, 6 3
42
"The customer's loyalty program tier."
For LIST fields, the type code of the list elements.
3
If set, only these values are accepted for the field.