Skip to main content
GET
/
v2
/
objects
/
{id}
Retrieve an Object
curl --request GET \
  --url https://api.fructu.co/v2/objects/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "icon": "<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
id
string
required

Unique identifier of the object

name
string
required

Name of the object

icon
string
required

Associated icon identifier

created_at
string<date-time>
required

Creation date and time (ISO 8601)