Skip to main content
GET
Get a user's advance standing

Description

Get user advance balance Every advance (any status) for the user, the sweep journal (coverage history), and the current netting encumbrance. Backs the artist dashboard’s advance card. Self-or-admin: callers may request their own balance (tenantUserId === req.user.id); admins/owners may request any user’s balance in the tenant. This route is deliberately NOT requireAdmin at the route layer — the self-access check is enforced in the controller. Authorization:
  • Own resource: any authenticated user (self-access)
  • Other resources: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

tenantUserId
string<uuid>
required

Response

Advance balance retrieved.

Every /advance JSON response wraps its payload in { status, message, data }.

status
enum<string>
Available options:
success,
error
message
string
data
object