cURL
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" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Object's unique id
Unique identifier of the object
Name of the object
Associated icon identifier
Creation date and time (ISO 8601)
Was this page helpful?