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.

Notes on this endpoint:

  1. Authentication via header. To authenticate your API call, pass in your public API key with the X-Api-Key HTTP header.

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
}