/
/Box Public API v1
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Box30
  • getGet Box limits
  • getGet Box secrets setup
  • postUpdate Box secrets setup
  • getGet current Box user
  • getList API keys
  • getList GitHub repositories available to Box
  • postSelect repository for Boxes
  • postConfigure box SSH key
  • getDownload a Box artifact
  • postExecute a command in a Box
  • postGet desktop streaming URL
  • getGet prompt run status
  • postInterrupt running work
  • getList box events
  • postPrompt Box
  • getRead a file from a Box
  • putWrite a file in a Box
  • getList boxes
  • postCreate box
  • postFork box
  • getGet box
  • patchUpdate box
  • postResume box
  • postStop and archive box
  • getGet latest box snapshot
  • getGet snapshot download
  • getDownload a file or folder from a snapshot
  • getGet snapshot file tree
  • getList box snapshots
  • getList snapshots
    Box

    Get current Box user

    Returns GitHub identity for the authenticated Box account.

    get/me

    Response

    Current user information.

    okboolean required
    type'user.info' required

    Stable success envelope discriminator added by v1.

    Example response

    {
      "ok": true
    }

    Changes

    No recorded changes to this endpoint across all 1 revision of this API.