Organization_threshold_update_response
statusboolean
Whether the request succeeded.
messagestring
Human-readable description of the result.
threshold object
Spending threshold above which the alert is triggered.
idinteger
Unique numeric identifier.
Example:
1402thresholdinteger
Spending threshold above which the alert is triggered.
Example:
48interface_titlestring
Example:
48hs warninginterface_tooltipstring
Example:
Credit limit warning 48 hours before your credit depletessubscribedboolean
Example:
trueOrganization_threshold_update_response
{
"status": true,
"message": "string",
"threshold": {
"id": 1402,
"threshold": 48,
"interface_title": "48hs warning",
"interface_tooltip": "Credit limit warning 48 hours before your credit depletes",
"subscribed": true
}
}
Was this page helpful?