PULLFIRST[THE RECORD]
API ReferenceAg Enforcement

Get a specific AG enforcement action by ID

GET
/v1/ag-enforcement/{id}
AuthorizationBearer <token>

API key passed as a Bearer token. Keys start with sk_live_.

In: header

Path Parameters

id*integer

The enforcement action ID

Match^-?(?:0|[1-9]\d*)$
Formatint32
Range1 <= value <= 2147483647

Response Body

application/json

application/json

curl -X GET "https://loading/api/docs-proxy/v1/ag-enforcement/1"
{
  "id": 0,
  "companyName": "string",
  "dbaNames": [
    "string"
  ],
  "individualNames": [
    "string"
  ],
  "city": "string",
  "state": "string",
  "orderType": "string",
  "actionsTaken": [
    "string"
  ],
  "penaltyAmount": 0,
  "stayedAmount": 0,
  "orderDate": "2019-08-24",
  "violationTypes": [
    "string"
  ],
  "title": "string",
  "lede": "string",
  "sourceUrl": "string",
  "matchedLicenses": [
    "string"
  ],
  "contractorMatches": [
    {
      "id": 0,
      "licenseNumber": "string",
      "licenseName": "string",
      "matchScore": 0,
      "matchMethod": "string",
      "matchConfidence": "string",
      "isVerified": true,
      "tier": "string",
      "verificationSignals": "string",
      "candidateCount": 0
    }
  ]
}
Empty