Notification channels and rules
const url = 'https://api.flotera.com/api/v1/notifications/settings';const options = { method: 'GET', headers: {cookie: '__Host-erm_session=<__Host-erm_session>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.flotera.com/api/v1/notifications/settings \ --cookie __Host-erm_session=<__Host-erm_session>Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”Settings.
object
object
object
Masked recipient (telegram username / partially hidden email); never the raw PII beyond what the owner entered.
RFC 3339 UTC with microsecond precision, or null.
object
Masked recipient (telegram username / partially hidden email); never the raw PII beyond what the owner entered.
RFC 3339 UTC with microsecond precision, or null.
Matrix keyed by event category (rental/temp/error/offline/price/maint/balance/payment/weekly).
object
object
object
Local time HH:MM in the account timezone.
Local time HH:MM in the account timezone.
Email is allowed only for these categories; critical deliveries ignore quiet hours.
Monotonic resource version used for ETag/If-Match.
Example
{ "channels": { "telegram": { "kind": "telegram", "status": "connected" }, "email": { "kind": "telegram", "status": "connected" } }}Headers
Section titled “Headers”Entity tag of the returned snapshot/resource version.
Missing/invalid credentials (code=unauthorized).
RFC 9457 problem document with a stable machine code.
object
Stable machine-readable error code (03 §2.4).
UUID (v7 for new entities; v4 accepted during migration).
object
JSON Pointer to the offending field.
Example
{ "type": "https://ermeon.com/problems/validation", "code": "unauthorized"}Authenticated but not permitted. code=forbidden — role/scope mismatch; code=feature_not_entitled — the plan does not include the capability; code=account_frozen — the account is frozen and this operation is declared x-ermeon-frozen: deny. The three are deliberately distinct: only the last one is fixed by a top-up (13 §5.6).
RFC 9457 problem document with a stable machine code.
object
Stable machine-readable error code (03 §2.4).
UUID (v7 for new entities; v4 accepted during migration).
object
JSON Pointer to the offending field.
Example
{ "type": "https://ermeon.com/problems/validation", "code": "unauthorized"}