Skip to main content
GET
Get CustomFields

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Custom fields retrieved

id
integer
Example:

1

company_id
integer
icon
string
Example:

"information"

name
string
Example:

"Order number"

type
enum<string>
Available options:
text,
short_text,
numbers,
phone,
email,
currency,
date
Example:

"text"

order
integer
value
string
created_at
string<date-time>
updated_at
string<date-time>
deleted_at
string<date-time>
is_unique
boolean