Balance
Retrieve extension's balance by it's unique ID.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwResponses
200
OK
application/json
4XX
Error
get
/users/{id}/balanceUpdate extension's balance
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwBody
balancenumber · doubleOptional
User balance. Precision is five digits.
Responses
200
OK
No content
4XX
Error
post
/users/{id}/balanceNo content