Skip to main content
GET
/
v2
/
fields
/
{id}
/
options
List Field Options
curl --request GET \
  --url https://api.fructu.co/v2/fields/{id}/options \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "label": "<string>",
      "color": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Field's unique id

Response

200 - application/json
data
object[]
required