GET /v1/metadata/billing_codes/code_detail
Metadata
Possible Values:
CPT
,HCPCS
,MS-DRG
,RC
Description: Possible values for the
code_type
parameter.You must include both the billing_code and code_type parameters.
get
Authorizations
Query parameters
billing_codestringRequired
Header parameters
x-api-keystringRequired
API key for authorization
Responses
200
200 response
application/json
get
GET /v1/metadata/billing_codes/code_detail HTTP/1.1
Host: api.payerset.com
x-api-key: text
Accept: */*
200
200 response
{
"items": [
{
"billing_code": "text",
"name": "text",
"code_type": "text",
"category": "text",
"subcategory": "text"
}
]
}
Last updated