Skip to main content
GET
/
v2
/
objects
/
{id}
/
fields
List Object Fields
curl --request GET \
  --url https://api.fructu.co/v2/objects/{id}/fields \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "slug": "<string>",
      "name": "<string>",
      "type": "<string>",
      "options": [
        {
          "id": "<string>",
          "label": "<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

Object's unique id

Response

200 - application/json
data
object[]
required