Skip to main content
GET
Get User Info

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

User info model.

user_id
string
required
username
string
required
owner_id
string
required
role
enum<string>
default:business

User role enumeration.

Available options:
business,
developer,
admin