Announcement

Collapse
No announcement yet.

API payload for checklist not passing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • API payload for checklist not passing

    Hi. I'm trying to pass a checklist from a form into Epso via API. The payload I'm passing to Epso is in the following in text format but it's not accepting it. Can anyone help?!?! Is this the correct format? I don't see any other details in the API doc.


    "products": [

    "Life",

    "Education",

    "Mortgage",

    "Health & Dental",

    "Home & Auto",

    "Will",

    "RDSP",

    "Disability"

    ]

  • #2
    Passing an array should work. Maybe you didn't wrap the JSON with {...}.

    Comment

    Working...
    X