Skip to main content
GET
/
users
/
@me
/
notes
/
{target_id}
Get note on user
curl --request GET \
  --url https://api.fluxer.app/v1/users/@me/notes/{target_id} \
  --header 'Authorization: <api-key>'
{
  "note": "<string>"
}

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Path Parameters

target_id
string
required

The target id

Response

Success

note
string
required

The note text for this user