Skip to main content

REST Endpoints

Here's a list of all the REST API endpoints available in Lit.

REST PathREST MethodRPC
/v1/accountsGETlitrpc.ListAccounts
/v1/accountsPOSTlitrpc.CreateAccount
/v1/accounts/{id}DELETElitrpc.RemoveAccount
/v1/accounts/{id}POSTlitrpc.UpdateAccount
/v1/autopilot/featuresGETlitrpc.ListAutopilotFeatures
/v1/autopilot/sessionsGETlitrpc.ListAutopilotSessions
/v1/autopilot/sessionsPOSTlitrpc.AddAutopilotSession
/v1/autopilot/sessions/{local_public_key}DELETElitrpc.RevokeAutopilotSession
/v1/firewall/actionsPOSTlitrpc.ListActions
/v1/firewall/privacy_map/convertPOSTlitrpc.PrivacyMapConversion
/v1/proxy/infoGETlitrpc.GetInfo
/v1/proxy/stopPOSTlitrpc.StopDaemon
/v1/proxy/supermacaroonPOSTlitrpc.BakeSuperMacaroon
/v1/sessionsPOSTlitrpc.AddSession
/v1/sessionsGETlitrpc.ListSessions
/v1/sessions/{local_public_key}DELETElitrpc.RevokeSession
/v1/statusGETlitrpc.SubServerStatus