Skip to main content
GET
/
api
/
v1
/
service_codes
Error
A valid request URL is required to generate request examples
{
  "service_codes": [
    {
      "id": "<string>",
      "active": true,
      "category": "<string>",
      "category_label": "<string>",
      "code": "<string>",
      "display_description": "<string>",
      "effective_date": "<string>",
      "long_description": "<string>",
      "pricing_indicator": "<string>",
      "short_description": "<string>",
      "status_code": "active",
      "termination_date": "<string>"
    }
  ],
  "meta": {
    "total": 123,
    "categories": {
      "A": "<string>",
      "B": "<string>",
      "C": "<string>",
      "D": "<string>",
      "E": "<string>",
      "G": "<string>",
      "H": "<string>",
      "J": "<string>",
      "K": "<string>",
      "L": "<string>",
      "M": "<string>",
      "P": "<string>",
      "Q": "<string>",
      "R": "<string>",
      "S": "<string>",
      "T": "<string>",
      "U": "<string>",
      "V": "<string>"
    }
  }
}

Query Parameters

category
string
code
string
q
string

Response

200 - application/json

OK

service_codes
object[]
required
meta
object
required