API Reference
List MAC jurisdictions
Returns all active Medicare Administrative Contractor (MAC) jurisdictions with their associated states.
Authorization
bearerAuth AuthorizationBearer <token>
API key in format: vrt_live_xxxxx or vrt_test_xxxxx
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://verity.backworkai.com/api/v1/jurisdictions"{
"success": true,
"data": [
{
"mac_name": "string",
"mac_code": "string",
"jurisdiction_code": "string",
"jurisdiction_name": "string",
"states": [
"string"
],
"mac_type": "string",
"website_url": "http://example.com"
}
],
"meta": {
"request_id": "string",
"timestamp": "2019-08-24T14:15:22Z",
"count": 0,
"source": "cache"
}
}{
"success": false,
"error": {
"code": "AUTH_KEY_NOT_FOUND",
"message": "API key not found",
"hint": "Check that your API key is correct",
"docUrl": "https://docs.verity.io/errors#auth-key-not-found"
},
"meta": {
"request_id": "req_abc123",
"timestamp": "2024-01-15T10:30:00Z"
}
}{
"success": false,
"error": {
"code": "RATE_LIMIT_EXCEEDED",
"message": "Rate limit exceeded",
"hint": "Upgrade to pay-as-you-go for higher limits",
"docUrl": "https://docs.verity.io/errors#rate-limit-exceeded"
},
"meta": {
"request_id": "req_abc123",
"timestamp": "2024-01-15T10:30:00Z"
}
}