Create, list, or evaluate rate threshold alerts
CRUD operations for rate monitoring alerts. Create alerts that trigger when rates cross a threshold, list active alerts, delete alerts, or evaluate all active alerts against current rates. Requires Starter tier.
Authentication
AuthorizationBearer
Your Freight Rate Intelligence API key. Get one at freightrateintelligence.com/dashboard/settings
Request
This endpoint expects an object.
operation
CREATE: new alert. LIST: all subscriber alerts. GET: single alert by ID. UPDATE: modify alert. DELETE: remove alert. EVALUATE: check all active alerts.
alert
Alert definition (required for CREATE)
alert_id
Alert identifier. Required for GET/UPDATE/DELETE. Omit for CREATE (server generates).
Response
Alert operation result with receipt
ok
data
Skill-specific response data
receipt_id
auth_obj_id
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error