cURL
curl --request GET \ --url https://api.fructu.co/v2/notes/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "record": "<string>", "content": "<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>
Note's unique id
Unique identifier of the note
ID of the record this note is attached to
Text content of the note
Creation date and time (ISO 8601)
Was this page helpful?