Retrieves all lists linked to the specified object.
cURL
curl --request GET \ --url https://api.fructu.co/v2/objects/{id}/lists \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "color": "<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
Show child attributes
Was this page helpful?