Skip to main content

Get User Info

GET 

/account/info

Endpoint for getting user information.

Request

Responses

Successfully loaded user info.

Schema
    status object
    message string

    A message describing the status of the operation.

    error_code integer

    Http Error Code.

    errors string[]

    A list of error messages (empty for success).

    name string

    User's name.

    email email

    User's email.

    credit_balance integer

    User's credit balance (sum of free credit and main credit).

Loading...