latestOpenAPI 3.0.12026-08-08175166.0 KB

e93b1cd07aaf

Spend Limits (v2)

List Spend Limits

Retrieves a list of Spend Limits

get/v2/spend_limits

Query parameters

cursorstring nullable
limitinteger nullable
member_user_id[]string[] nullable

Filter for spend limits these user ids are members of.

Response

A page with a list of Spend Limits

next_cursorstring nullable

Example response

{
  "items": [
    {
      "authorization_settings": {
        "base_limit": {
          "amount": 700,
          "currency": "USD"
        },
        "limit_with_increases": {
          "amount": 700,
          "currency": "USD"
        }
      },
      "transaction_limit": {
        "amount": 700,
        "currency": "USD"
      },
      "current_period_balance": {
        "amount_spent": {
          "amount": 700,
          "currency": "USD"
        },
        "rollover_amount": {
          "amount": 700,
          "currency": "USD"
        }
      }
    }
  ]
}