Avibra Integration API
1.0.1
  • 1.0.2
  • 1.0.1
Home
Home
1.0.1
  • 1.0.2
  • 1.0.1
1.0.1
  • 1.0.2
  • 1.0.1
  1. Benefits
  • Avibra
    • Embedded UX/UI
    • Security
      • Authentication API
      • LinkToken API
    • Benefits
      • Get Benefits With Status
        POST
    • User Management
      • Create User
      • Update User
      • Cancel User
      • Prefil User
    • Webhook
      • Webhook API (provided by partner)
    • Export Data
      • Open API Spec
      • API Coverages
  • Schemas
    • Schemas
      • eventInfo
      • userInfo
      • addressInfo
      • benefitwithstatusInfo
      • benefitwithstatusInfos
      • errorInfo
      • updateuserInfo
      • linktokenInfo
      • linktokenesponseInfo
      • accesstokenInfo
      • getbenefitInfo
      • offerInfo
      • offerInfos
      • currentofferdetailsInfo
      • offers
      • prefillInfo
Home
Home
1.0.1
  • 1.0.2
  • 1.0.1
1.0.1
  • 1.0.2
  • 1.0.1
  1. Benefits

Get Benefits With Status

POST
https://dev.avibra.com/preprod/user/benefits
Last modified:2025-05-07 01:19:37
Maintainer:Not configured

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

đźź 400Bad Request
đźź 401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev.avibra.com/preprod/user/benefits' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "userid": "current10001",
    "age": 45,
    "state": "NJ",
    "zipcode": "08830",
    "partnername": "",
    "offername": ""
}'
Response Response Example
200 - Before Onboarding
[
    {
        "name": "telet",
        "displayname": "Teletherapy",
        "icon": "https://icons.avibra.com/Teletherapy_icon.png",
        "description": "Virtual therapy visits–copay may apply.",
        "status": "notenrolled",
        "benefittype": "dollar",
        "deeplinkdata": "&productname=telet&producttype=protection&redirectto=drilldown-details",
        "isselectedforswap": null
    },
    {
        "name": "ci",
        "displayname": "Critical Illness Benefits",
        "icon": "https://icons.avibra.com/2.5K+Critical+Illnes_icon.png",
        "description": "Fixed lump-sum cash benefit for covered illnesses.",
        "status": "notenrolled",
        "benefittype": "dollar",
        "deeplinkdata": "&productname=ci&producttype=dobs&redirectto=drilldown-details",
        "isselectedforswap": null
    }
]
Modified at 2025-05-07 01:19:37
Previous
LinkToken API
Next
User Management