Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 526 Bytes

File metadata and controls

26 lines (17 loc) · 526 Bytes

🗃️ ReWork API

ReWork's official API.

API Reference

Auth

Get database

  GET /auth/db

Get item

  POST /auth/login
Parameter Type Description
username string Required. Username of user wanting to log in
password string Required. Password of user wanting to log in

Returns a JSON response containing a session ID that is stored locally.