/
/Public Slite api
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 9h ago · Updated 1d ago
  • getAsk a question
  • getList custom content
  • postIndex a custom content
  • deleteDelete custom content
  • getRead a thread
  • getList notes for knowledge management
  • getList public notes for knowledge management
  • getList inactive notes for knowledge management
  • getList empty notes for knowledge management
  • getReturn the authenticated user information.
  • getList notes
  • postCreate a note
  • getReturn a note
  • putUpdate a note
  • deleteDelete a note and its children
  • getReturn note children by parent note id
  • putVerify a note
  • putFlag note as outdated
  • putArchive or unarchive a note
  • putUpdate note owner
  • putUpdate a tile in a note
  • getSearch notes
  • getGet user by ID
  • getSearch users
  • getGet group by ID
  • getSearch groups

Return the authenticated user information.

Return authenticated user information.

get/me

Response

Ok

emailstring required

Email address of the authenticated user.

organizationDomainstring required

Domain of the organization the authenticated user belongs to.

organizationNamestring required

Name of the organization the authenticated user belongs to.

displayNamestring required

Display name of the authenticated user.

Changes