Get all yards configs including carrierIds
Retrieve the billing configurations for all yards in the organization including the carrierIds of all their configured carriers
GET
/api/automated-billing/config/yard/view/carrierIds
curl \
-X GET https://api-dev.gatego.io/api/automated-billing/config/yard/view/carrierIds
Response examples (default)
[
{
"id": 1,
"yard_id": 100,
"enabled": true,
"carrier_ids": [
{
"carrier_id": 250
}
],
"last_modified_at": "2023-04-06T11:25:42Z",
"last_modified_by": "355c30f0-96d2-4dbe-bfe8-f8dd9eb7f778"
}
]