v1
latestOpenAPI 3.0.02026-07-2412592575.3 KBnotification thresholds
Retrieve the notification thresholds for an account
Requires accounts:read scope.
get/accounts/{accountId}/notification-thresholds
Path parameters
accountIdstring uuid required
The Account Id
Response
Successful Notification Thresholds Response
Example response
{
"data": [
{
"id": "199cae84-6876-4dc6-b905-9de7593be6d0",
"value": 10000,
"type": "lt"
}
]
}