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

Authorizations

X-ACCESS-TOKEN
string
header
required

Path Parameters

custom_field_id
integer<int64>
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