curl --request GET \
--url https://public.watermelon.ai/api/v1/fields \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"company_id": 123,
"icon": "information",
"name": "Order number",
"type": "text",
"order": 123,
"value": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z",
"is_unique": true
}
]curl --request GET \
--url https://public.watermelon.ai/api/v1/fields \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"company_id": 123,
"icon": "information",
"name": "Order number",
"type": "text",
"order": 123,
"value": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z",
"is_unique": true
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Custom fields retrieved
1
"information"
"Order number"
text, short_text, numbers, phone, email, currency, date "text"