Skip to main content
GET
/
users
/
{user_id}
/
custom_fields
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>"
  }
]

Authorizations

X-ACCESS-TOKEN
string
header
required

Path Parameters

user_id
integer
required

Response

200 - application/json

successful operation

id
integer<int64>
type
integer

0 - Text, 1 - Number, 2- Date (Unix timestamp), 3 - Date & Time (Unix timestamp), 4 - Boolean(0 or 1)

value
string

type == 0 then value is string, else value is a number