API V4 – Check Monthly Quota

This is a PRO feature

Unlock advanced carrier intelligence with V.E.T. Carriers PRO.

Upgrade your plan to access this and more powerful tools.

The /v4/carriers/loads/check/quota/ endpoint shows you how many load announcements you have posted in the current month, and how many you have remaining per your plan’s monthly allotment.

HTTP Request

Method URL
GET https://api.brokercarrier.com/v4/loads/check/quota

Required Parameters

None.

Example Response

Request: https://api.brokercarrier.test/v4/loads/check/quota


{
    "used": 1253,
    "remaining": 2747,
    "limit": 4000
}