Root

Root API

Landing endpoint guarded by session auth.

Auth

Permission: AUTH_USER (session required).

Guard: AuthGuard.

GET /

Returns cached data from AppService. If error=true, throws a 400 error.

Permission: AUTH_USER Guard: AuthGuard

Query

Name Type Required Notes
error string No If set to true, returns HTTP 400.

Response

Any cached payload from AppService.