Skip to main content
GET
/
v1
/
expense-categories
List eligible expense categories by benefit type
curl --request GET \
  --url https://api.vitablehealth.com/v1/expense-categories \
  --header 'X-Partner-API-Key: <api-key>'
{
  "expense_categories": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "created": "2023-11-07T05:31:56Z",
      "updated": "2023-11-07T05:31:56Z",
      "description": "<string>"
    }
  ]
}

Authorizations

X-Partner-API-Key
string
header
required

Partner API key for external integrations

Query Parameters

benefit_code
enum<string>
required

Benefit type code to filter eligible expense categories:

  • EBA - Employee Benefit Administrator MEC
  • VPC - VPC Enhanced
  • VPC_CORE - VPC Core
  • MEC - VPC MEC
  • MEC2 - MEC2
  • MEC_PLUS - MEC Plus
  • MVP - MVP
  • MVP2 - MVP2
  • MVPSL - MVPSL
  • MVPSL2 - MVPSL2
  • VD - Dental
  • VV - Vision
  • ICHRA - Individual Coverage HRA
  • ICHRA_PREMIUM_PLUS - ICHRA Premium Plus
Available options:
EBA,
VPC,
VPC_CORE,
MEC,
MEC2,
MEC_PLUS,
MVP,
MVP2,
MVPSL,
MVPSL2,
VD,
VV,
ICHRA,
ICHRA_PREMIUM_PLUS

Response

200 - application/json

List of eligible expense categories for the benefit type

Response containing expense categories eligible for a benefit type

expense_categories
object[]
required

List of expense categories eligible for the benefit type