cURL
curl --request GET \ --url https://api.fructu.co/v2/lists/{id} \ --header 'Authorization: Bearer <token>'
{ "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>
Unique identifier of the list
Name of the list
Hexadecimal color code for UI display
Creation date and time (ISO 8601)
Was this page helpful?