Skip to main content
GET
/
users
/
@me
/
notes
List current user notes
curl --request GET \
  --url https://api.fluxer.app/v1/users/@me/notes \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

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

Response

Success

A map of user IDs to note text

{key}
string