List of categories with limits.

Response Format

{
  "userCategoryList": [
    {
      "id": 0,
      "category": "string",
      "limit": 0,
      "recommended_limit": 0
      "color": "string"
    }
  ]
}

Parameter Descriptions

Field Name Description
1 userCategoryList Array of categories with limits.
1.1 userCategoryList/id Integer identifier of the user's category.
1.2 userCategoryList/category Name of the category.
1.3 userCategoryList/limit Limit set by the user. Custom limits can be specified through the system interface: Transaction Dashboard (see item 2) or via the API method: /user/category/set.
1.4 userCategoryList/recommended_limit Recommended limit. If the user has not set custom limits (Custom Limit), the system will perform checks against recommended limits (Recommended Limit).
1.5 userCategoryList/color Color of the category.

Error Codes

Code Description
200 The server processed the request and returns the result with data.
401 The user is not authorized.