# Get User Account Info

Endpoint: GET /user/info
Security: accessToken

## Response 200 fields (application/json):

  - `error` (boolean, required)
    If there is an error

  - `user` (object, required)

  - `user.name` (string)
    Deprecated field, it is always empty. We will remove this field in the next version of the API.

  - `user.email` (string)
    Deprecated field, it is always empty. We will remove this field in the next version of the API.

  - `billing` (object, required)

  - `billing.credits` (number)

  - `billing.rawRequests` (number, required)
    Example: 4500

  - `rateLimits` (object, required)

  - `rateLimits.discoveryRatelimit` (number, required)
    Example: 500

  - `rateLimits.rawRatelimit` (number, required)
    Example: 500

