Get User Billing Activity

Returns collection of billing records for the current user.
User
Loading...
Current path: /user/billing-activity

Available methods and their JSON schemas

get Get User Billing Activity
User

Returns collection of billing records for the current user.

JSON Document Schema:
{
  "Path": "/user/billing-activity",
  "Method": "get",
  "Tag": "User",
  "Summary": "Get User Billing Activity",
  "Description": "Returns collection of billing records for the current user.",
  "consumes": null,
  "Parameters": [
    {
      "name": "limit",
      "in": "query",
      "description": "Limit results per page (default 25)",
      "required": false,
      "type": "integer",
      "default": null,
      "x-load-url": null,
      "x-link-child": null
    },
    {
      "name": "cursor",
      "in": "query",
      "description": "Cursor for pagination",
      "required": false,
      "type": "string",
      "default": null,
      "x-load-url": null,
      "x-link-child": null
    }
  ]
}