Retrieves a specific note the current user has written about another user. Returns the note text and metadata. These are private notes visible only to the authenticated user.
curl --request GET \
--url https://api.fluxer.app/v1/users/@me/notes/{target_id} \
--header 'Authorization: <api-key>'{
"note": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.fluxer.app/v1/users/@me/notes/{target_id} \
--header 'Authorization: <api-key>'{
"note": "<string>"
}