Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Your user details

id
string<uuid>

Unique id for your user associated with Bolna

name
string

Name of the user

Example:

"Bruce Wayne"

email
string<email>

Email address of the user

wallet
number<float>

Current wallet balance of the user

Example:

42.42

concurrency
object