Skip to main content

Employer1

archivedboolean
eligible_payers object[]
  • Array [
  • idinteger
    namestringrequired
    retrieverstringrequired
    short_namestringnullable
    supports_realtime_verificationboolean
    website_home_urlstringnullable

    i.e. https://www.medmutual.com/

  • ]
  • email_automationboolean
    employer_idinteger
    idinteger
    namestringrequired
    payers object[]
  • Array [
  • idinteger
    namestringrequired
    short_namestringnullable
  • ]
  • slugstring
    support_email_derivedstring
    support_phone_derivedstring
    tenant_logo_derivedstring
    tenant_name_derivedstring
    Employer1
    {
    "archived": true,
    "eligible_payers": [
    {
    "id": 0,
    "name": "string",
    "retriever": "string",
    "short_name": "string",
    "supports_realtime_verification": true,
    "website_home_url": "string"
    }
    ],
    "email_automation": true,
    "employer_id": 0,
    "id": 0,
    "name": "string",
    "payers": [
    {
    "id": 0,
    "name": "string",
    "short_name": "string"
    }
    ],
    "slug": "string",
    "support_email_derived": "string",
    "support_phone_derived": "string",
    "tenant_logo_derived": "string",
    "tenant_name_derived": "string"
    }