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.
operationenumRequired

CREATE: new alert. LIST: all subscriber alerts. GET: single alert by ID. UPDATE: modify alert. DELETE: remove alert. EVALUATE: check all active alerts.

alertobjectOptional

Alert definition (required for CREATE)

alert_idstring or nullOptional

Alert identifier. Required for GET/UPDATE/DELETE. Omit for CREATE (server generates).

Response

Alert operation result with receipt
okboolean
dataobject

Skill-specific response data

receipt_idstring
auth_obj_idstring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error