Skip to main content

Get user Balances

GET 

/v1/clients/:clientID/user-balances/:userId

Endpoint to retrieve current user Balances. Balances could be:

  • Points
  • Experience
  • Scores (i.e. amount of correct answers for a given question)
  • Any other numeric value

Request

Path Parameters

    clientID stringrequired
    userId stringrequired

Responses

Successful operation

Schema
  • Array [
  • id uuid
    authId number
    clientId string
    type string
    balance number
    updatedAt date-time
  • ]
Loading...