Skip to main content
GET
/
accounts
/
custom_fields
cURL
curl --request GET \
  --url https://app.fliqr.ai/api/accounts/custom_fields \
  --header 'X-ACCESS-TOKEN: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "type": 123,
    "description": "<string>"
  }
]

Authorizations

X-ACCESS-TOKEN
string
header
required

Response

200 - application/json

successful operation

id
integer<int64>
name
string
type
integer

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

description
string