cURL
curl --request GET \ --url https://app.fliqr.ai/api/users/{user_id}/custom_fields \ --header 'X-ACCESS-TOKEN: <api-key>'
[ { "id": 123, "type": 123, "value": "<string>" } ]
Get all custom fields from a user
successful operation
0 - Text, 1 - Number, 2- Date (Unix timestamp), 3 - Date & Time (Unix timestamp), 4 - Boolean(0 or 1)
type == 0 then value is string, else value is a number
Was this page helpful?