API V4 – Check Monthly Quota

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
}