Skip to main content
GET
List Custom Fields

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
id
string<uuid>
required
name
string
required
label
string
required
field_type
string
required

text, number, date, select, etc.

description
string
required
options
object[]
required

Empty unless field_type=select.

created_at
string<date-time>
required