Skip to main content

Organization_thresholds_response

statusboolean

Whether the request succeeded.

Example: true
messagestring

Human-readable description of the result.

Example: Retrieving organization thresholds successful
thresholds object[]
  • Array [
  • idinteger

    Unique numeric identifier.

    Example: 1402
    thresholdinteger

    Spending threshold above which the alert is triggered.

    Example: 48
    interface_titlestring
    Example: 48hs warning
    interface_tooltipstring
    Example: Credit limit warning 48 hours before your credit depletes
    subscribedboolean
    Example: true
  • ]
  • Organization_thresholds_response
    {
    "status": true,
    "message": "Retrieving organization thresholds successful",
    "thresholds": [
    {
    "id": 1402,
    "threshold": 48,
    "interface_title": "48hs warning",
    "interface_tooltip": "Credit limit warning 48 hours before your credit depletes",
    "subscribed": true
    }
    ]
    }