New to the Portal? Create Account
Documentation

< Back to Documentation Overview

E&B Value-Add APIs



Overview

Availity currently offers two value-add APIs for the eligibility and benefits transaction:

  • Care Reminders: a multi-payer API that supports the real-time request and retrieval of care reminders for use within an eligibility and benefits transaction.

  • Member ID Card: a multi-payer API that supports the real-time request and retrieval of member ID cards during an eligibility and benefits inquiry. The service supports both PDF and PNG documents.

Note: For more information about Availity's APIs, refer to the Availity API Guide.


Care Reminders (Beta)

Endpoints

POST/pre-claim/eb-value-adds/care-reminders


Parameters

 
POST/care-reminders parameters
Parameter Type Definition
payerId String (required for all payers) The health plan's unique Availity identifier.
memberId String (required for all payers) Availity prefers to send the full member ID (Prefix+Policy#+Sequence#) as returned in the X12 271 transaction. Any parsing should be done on the payer side.
stateId String Two-character code for the patient's state of residence.
lineOfBusiness String Insurance type of enrollment according to EB04 standards.
insuranceTypeCode String Two-character value from the coverages API response indicating the type of plan the patient has. The insuranceTypeCode follows the ANSI X12 standards for EB04 values in the payer's 271 response.
controlNumber String Reference number returned by a host transaction (such as the
Coverages API) before running a Care Reminders request.
firstName String The patient's first name.
lastName String The patient's last name.
middleName String The patient's middle name.
providerNPI String The provider's National Provider Identifier.
providerTax String The provider's tax ID number.
providerPAPI String The provider's payer-assigned provider ID.
submitterId String The submitter's payer-assigned submitter identifier.
subscriberRelationship String

The patient's relationship to the subscriber. Values with definitions in parentheses:

  • S (Subscriber)
  • D (Dependent)
suffix String The patient's member ID suffix.
groupNumber String The patient's policy group number.
dateOfBirth String The patient's date of birth.
genderCode String The code for the patient's gender. Values: F (female), M (male), U (unknown).

Use the following table to determine which parameters are required and requested but optional for each payer. Note: Requested but optional indicates that the receiver accepts the field as part of the request payload. Failing to send some or all of these requested but optional parameters might result in an empty response or an error from those payers.

 
POST/care-reminders parameters: payer-specific requirements
Payer (Payer ID) Required Requested but optional
Blue Cross Blue Shield of Michigan (00710)
  • payerId
  • memberId
  • lineOfBusiness (Values: BCN, COMMERCIAL, MAPPO.)
 

Florida Blue

  • Florida Blue (BCBSF)
  • Truli For Health (TRULI)
  • Florida Blue Medicare (FBM01)
  • BCBS Florida Other Blue Plans (OTHER BLUE PLANS)
  • payerId
  • memberId
  • controlNumber
  • firstName
  • lastName
Healthfirst New York (80141T)
  • payerId
  • memberId
  • asOfDate
Humana (HUMANA)
  • payerId
  • memberId
  • controlNumber
  • firstName
  • lastName
  • middleName
  • providerNPI
  • providerTax
  • providerPAPI
  • submitterId
  • subscriberRelationship
  • suffix
  • groupNumber
  • dateOfBirth
  • genderCode

Molina

  • Molina Healthcare Florida (51062)
  • Molina Healthcare Michigan (38334)
  • Molina Healthcare Ohio (20149)
  • Molina Healthcare Washington (38336)
  • Molina Healthcare Wisconsin (ABRI1)
  • Molina Healthcare Illinois (20934)
  • Molina Healthcare California (38333)
  • Molina Healthcare South Carolina (46299)
  • Molina Healthcare New Mexico (09824)
  • Molina Healthcare Idaho (61799)
  • Molina Healthcare Texas (20554)
  • Molina Healthcare Utah (SX109)
  • Molina Healthcare - Affinity By Molina Healthcare (16146)
  • Molina Healthcare Mississippi (77010)
  • Molina Healthcare Iowa (A3144)
  • Molina Healthcare Nebraska (A8822)
  • Passport by Molina Healthcare (A6863)
  • Molina Healthcare Nevada (A6106)
  • Molina Healthcare Virginia (A6848)
  • Senior Whole Health of Massachusetts (A6567)
  • Molina Healthcare Arizona (A4353)
  • Senior Whole Health of New York (A0281)
  • Central Health Medicare Plan (38339)
  • Molina Connecticare (A1359)
  • payerId
  • memberId
  • stateId
 

Regence

  • Asuris Northwest Health (93221)
  • Regence BlueCross BlueShield of Oregon (00851)
  • Regence BlueCross BlueShield of Utah (00910)
  • Regence BlueShield of Idaho (00611)
  • Regence BlueShield of Washington (00932)
  • payerId
  • memberId
  • controlNumber
  • firstName
  • lastName
  • middleName
  • providerNPI
  • providerTax
  • providerPAPI
  • submitterId
  • subscriberRelationship
  • suffix
  • groupNumber
  • dateOfBirth
  • genderCode


Sample requests and responses

Request

To make a request, the service sends a conventional HTTPS POST request to the payer and awaits a JSON response. The Care Reminders service retrieves data in JSON containing dynamic, detailed information presented in a table, while an unsuccessful request returns JSON response data with the applicable error message and code.

curl -L -X POST 'https://qua.api.availity.com/pre-claim/eb-value-adds/care-reminders' \
-H 'accept: application/json' \
-H 'content-type: application/json' \
-H 'Authorization: Bearer ADDTOKENHERE' \
--data-raw '{ 
"payerId": "00611", 
"memberId": "SUCC123456789", 
"stateId": "FL", 
"lineOfBusiness": "COMMERCIAL", 
"providerTax": "11111", 
"controlNumber": "123456789", 
"providerNPI": "1234567890", 
"submitterId": "123456789", 
"subscriberRelationship": "S", 
"lastName": "TEST", 
"firstName": "PATIENTONE", 
"groupNumber": "1111111111", 
"dateOfBirth": "1990-01-01", 
"genderCode": "F", 
"providerPAPI": "ABC00000XXXXXXX", 
"middleName": "MIDDLE", 
"suffix": "Sr."
}'
Text Copied!

Response

A Care Reminders response retrieves care reminder data to build a table. The data includes information that specifies the order of the columns for each data parameter in the table. Availity does not format the table information or modify the data types.

Care Reminders uses conventional HTTP response codes to indicate the status of a request. In general, response codes in the 2xx range indicate success, and response codes in the 5xx range indicate an error or failure.

{
    "status": "Success",
    "statusCode": 4,
    "data": {
        "disclaimer": "Care reminders are based on clinical and administrative information submitted to participating insurance companies. Such information may be incomplete or inaccurate, and as such care reminders are not a substitute for professional judgement. Care reminders are solely for use by the recipient provider for treatment purposes.",
        "title": "Care Reminders",
        "careReminderDetails": [
            {
                "order": [
                    "Date",
                    "Care Gap",
                    "Gap Instructions",
                    "Data Source"
                ],
                "headers": {
                    "Date": "Date",
                    "Care Gap": "Care Gap",
                    "Gap Instructions": "Gap Instructions",
                    "Data Source": "Data Source"
                },
                "rows": [
                    {
                        "Date": "10/30/2023",
                        "Care Gap": "Advance Care Planning",
                        "Gap Instructions": "Gap closure is based on provider submitting a successfully adjudicated claim for (1) having an Advance Care Planning discussion with the patient, family member(s) and/or surrogate OR (2) reporting that the provider has previously documented the patient's Advance Care Planning wishes in the medical record. Review the Quality Measures Guide for measure specifications and codes for gap closure.",
                        "Data Source": "Sample Health Plan 1"
                    },
                    {
                        "Date": "10/30/2023",
                        "Care Gap": "Annual Flu Vaccine",
                        "Gap Instructions": "Gap closure is based on provider (1) administering a flu vaccine and submitting successfully adjudicated claim for it at any time in 2023, or (2) reporting by claim that the member had their flu vaccine elsewhere during 2023. Note: Pharmacy Claims do not close this gap. Review the Quality Measures Guide for measure specifications and codes for gap closure.",
                        "Data Source": "Sample Health Plan 1"
                    },
                    {
                        "Date": "10/30/2023",
                        "Care Gap": "Fall Risk Management",
                        "Gap Instructions": "Gap closure is based on provider submitting (1) a successfully adjudicated claim, OR (2)documentation from an encounter reporting that Fall Risk was assessed and if indicated, a plan for managing Fall Risk was documented during a 2023 encounter. Review the Quality Measures Guide for measure specifications and codes for gap closure.",
                        "Data Source": "Sample Health Plan 1"
                    },
                    {
                        "Date": "10/30/2023",
                        "Care Gap": "Palliative Care Encounter",
                        "Gap Instructions": "Gap closure is based on provider referring appropriate members to a Palliative Care Specialist and the specialist submitting a successfully adjudicated claim for a 2023 Encounter for Palliative Care performed by a board-certified palliative care specialist using diagnosis code Z51.5.",
                        "Data Source": "Sample Health Plan 1"
                    },
                    {
                        "Date": "10/30/2023",
                        "Care Gap": "Preventive Care Visit",
                        "Gap Instructions": "Gap closure is based on successfully adjudicated claim for a 2023 Preventive Care visit, Welcome to Medicare Visit (IPPE) or Annual Wellness Visit. Review the Quality Measures Guide for measure specifications and codes for gap closure.",
                        "Data Source": "Sample Health Plan 1"
                    }
                ]
            }
        ]
    },
    "createdDate": "2023-12-13T18:27:45.537Z"
}
Text Copied!


Response definitions

 
Care Reminders response definitions: Primary objects and fields
Field Type Definition
status String Indicates whether the Care Reminder response was successful.
statusCode String Completion code indicating whether the Care Reminder response was successful.
data Object Object providing details about the care reminders returned. Refer to the data table for field definitions.
createdDate String Timestamp reflecting when Availity received the response.
 
Care Reminders response definitions: Fields within data
Field Type Definition
disclaimer String Disclaimer regarding care reminder information.
title String The payer-specified title for the data returned (for example: Care Reminder, Care Gap).
careReminderDetails Array Array listing the order, headers, and rows for the response table. Refer to the careReminderDetails table for field definitions.
 
Care Reminders response definitions: Fields within careReminderDetails
Field Type Definition
order String Specifies the order of the data columns. The values represent the keys in the headers and rows.
headers String Contains key-value pairs for the column headings used in a table. The key must match a value in the order list to determine the order of values displayed on the table headings. The value of each field is the actual
text shown on the column heading.
rows String

A list containing multiple key-value pairs for each data entry for a given row on a table. The key must match a value in the order list to determine the order of values displayed on the table rows. The value of each field is the actual text shown on the column body.

  • The number of rows is determined by the number of key-value pair entries in this list.
  • The order of the table rows is determined by the order of this list.


Member ID Card (Beta)

Endpoints

POST/pre-claim/eb-value-adds/member-card

Parameters

 
POST / member-card request body
Parameter Type Definition
payerId String (required for all payers) The health plan's unique Availity identifier.
memberId String (required for all payers) Availity prefers to send the full member ID (Prefix+Policy#+Sequence#) as returned in the X12 271 transaction. Any parsing should be done on the payer side.
groupNumber String The patient's policy group number.
controlNumber String Reference number returned by a host transaction (such as the
Coverages API) before running a Member Card request.
firstName String The patient's first name.
lastName String The patient's last name.
dateOfBirth String The patient's date of birth.
planType String The type of health plan. Values: Medical, Dental.
effectiveDate String Date on which the patient's health plan policy went into effect.
stateCode String Two-character code for the patient's state of residence.
planId String ID number assigned by the health plan. Used by Blue Cross Blue Shield New Jersey (100046) and Molina Healthcare plans.
policyNumber String The patient's health plan policy number.
responsePayerId String The health plan's payer ID returned in the response. Refer to the Payer-specific requirements table for possible values for
Aetna Better Health plans and Mercy Care – Arizona.
asOfDate String The date for which the patient's eligibility and benefits information is being verified.
subscriberRelationship String

The patient's relationship to the subscriber. Values with definitions in parentheses:

  • S (Subscriber)
  • D (Dependent)
insuranceTypeCode String Two-character value from the coverages API response indicating the type of plan the patient has. The insuranceTypeCode follows the ANSI X12 standards for EB04 values in the payer's 271 response.
providerNPI String The provider's National Provider Identifier.

Use the following table to determine which parameters are required and requested but optional for each payer. Note: Requested but optional indicates that the receiver accepts the field as part of the request payload. Failing to send some or all of these requested but optional parameters might result in an empty response or an error from those payers.

 
POST/member-card request body: Payer-specific requirements
Payer (Payer ID) Required Requested but optional

AETNA

  • Aetna (AETNA)
  • Allina Health (54398)
  • Banner (67895)
  • Innovation Health (40025)
  • Sutter Health Aetna (60624)
  • Texas Health Aetna (88221)
  • payerId
  • memberId
  • subscriberRelationship
  • dateOfBirth
  • insuranceTypeCode
  • asOfDate
 
Aetna Better Health (ABH01)
  • payerId
  • memberId
  • responsePayerId (responsePayerId must be one of the allowable IDs listed below)
    • ABHCA (California)
    • ABHFL (Florida)
    • ILMSA (Illinois)
    • ABHKS (Kansas)
    • ABHKY (Kentucky)
    • ABHLA (Louisiana)
    • ABHMD (Maryland)
    • ABHMI (Michigan)
    • ABHNJ (New Jersey)
    • ABHNY (New York)
    • ABHOH (Ohio)
    • PENNS (Pennsylvania)
    • TMDSA (Texas)
    • ABHVA (Virginia)
    • ABHWV (West Virginia)
    • ABHOK (Oklahoma)
 
Mercy Care – Arizona (AZM01)
  • payerId
  • memberId
  • responsePayerId (responsePayerId must be one of the allowable IDs listed below)
    • AZMERCY (Arizona)
    • AEMED (Arizona)
    • MMICR (Arizona)
 

Arkansas Blue Cross and Blue Shield

  • Arkansas Blue Cross and Blue Shield (00520)
  • Skai Blue Cross Blue Shield (BSKAI)
  • payerId
  • memberId
 
Blue Cross Blue Shield of Arizona (53589)
  • payerId
  • memberId
 

Florida Blue

  • Florida Blue (BCBSF)
  • Truli For Health (TRULI)
  • Florida Blue Medicare (FBM01)
  • payerId
  • memberId
  • firstName
  • lastName
  • dateOfBirth
  • groupNumber
  • effectiveDate
Florida Blue Group Benefits (FLBGB)
  • payerId
  • memberId
  • groupNumber
  • firstName
  • lastName
  • dateOfBirth
  • effectiveDate
  • responsePayerId
Blue Cross Blue Shield of Michigan (00710)
  • payerId
  • memberId
  • firstName
  • lastName
  • dateOfBirth
  • groupNumber
 

Blue Cross Blue Shield of Minnesota

  • BCBSMN Blue Plus Medicaid (00726)
  • Bridgeview (FS802)
  • payerId
  • memberId
  • firstName
  • lastName
  • dateOfBirth
  • effectiveDate
  • stateCode
  • groupNumber
  • planNumber
  • asOfDate
BCBS Tennessee (00390)
  • payerId
  • memberId
  • groupNumber
asOfDate
Capital Blue Cross (361)
  • payerId
  • memberId
effectiveDate

Centene

  • Fidelis Care New York (11315)
  • Ambetter Health (A6001)
  • Wellcare (A6003)
  • Wellcare Oklahoma (A6004)
  • Wellcare Prime By Absolute Total Care (A6005)
  • Wellcare (A6007)
  • Ambetter From Fidelis Care (A6008)
  • Wellcare New York (A6009)
  • Wellcare Of North Carolina (A6010)
  • Wellcare North Carolina By Celtic Health Plan (A6011)
  • Wellcare Delaware (A6013)
  • Wellcare Kentucky (A6014)
  • Absolute Total Care Behavioral Health Medicaid (A6015)
  • Sunflower Health Plan Behavioral Health Medicaid (A6016)
  • MHS Health Wisconsin Behavioral Health Medicaid (A6017)
  • Trillium Health Resources (A6018)
  • Peach State Health Plan Behavioral Health Medicaid (A6019)
  • Managed Health Services- IN Behavioral Health Medicaid (A6020)
  • Magnolia Health Behavioral Health Medicaid (A6021)
  • NH Healthy Families Behavioral Health Medicaid (A6022)
  • Superior Healthplan Behavioral Health Medicaid & Chip (A6023)
  • Home State Health Plan Behavioral Health Medicaid (A6024)
  • Buckeye Health Plan Behavioral Health Medicaid (A6025)
  • Youthcare Healthchoice IL (A6026)
  • Childrens Medical Services Health Plan (A6027)
  • Wellcare By Ohana (A6029)
  • Wellcare By Health Net (A6031)
  • Meridiancomplete (A6032)
  • Health Net Oregon (A6033)
  • Wellcare New Jersey (A6034)
  • Wellcare By Delaware First Health (A6036)
  • Wellcare Iowa (A6037)
  • Wellcare By Meridian Illinois (A6038)
  • Wellcare By Meridian Michigan (A6039)
  • Wellcare By Buckeye Health Plan (A6040)
  • Wellcare By Absolute Total Care (A6041)
  • Wellcare By Superior Health Plan (A6042)
  • Arizona Complete Health (ARIZONACOMPLETEHEALTH)
  • Arkansas Total Care (ARKANSASTOTALCARE)
  • Carolina Complete Health (CAROLINACOMPLETEHEALTH)
  • Oklahoma Complete Health (COKCH)
  • Delaware First Health (DELAWAREFIRSTHEALTH)
  • Health Net (HEALTHNET)
  • Iowa Total Care (IOWATOTALCARE)
  • Meridian Health Plan Illinois (MHPIL)
  • Meridian Health Plan Michigan Complete (MHPMI)
  • MHS Health Wisconsin (MHSWISCONSINHEALTH)
  • NH Healthy Families (NHHEALTHYFAMILIES)
  • Ohana Health Plan (OHANA14163)
  • Silversummit (SILVERSUMMIT)
  • Trillium Community Health Plan (TRILLIUMCOMMUNITYHEALTHPLAN)
  • Wellcare Nebraska (WCCENTENE)
  • Wellcare Fidelis Care (WCFIDELIS)
  • Wellcare Trillium Advantage (WCTRILLIUM)
  • Fidelis Care New Jersey (WFCNJ)
  • payerId
  • memberId
  • firstName
  • lastName
  • dateOfBirth
  • asOfDate
 
Clover Health (CRPHP)
  • payerId
  • memberId
  • firstName
  • lastName
  • dateOfBirth

HCSC

  • Blue Cross and Blue Shield of Illinois (BCBSIL)
  • Blue Cross and Blue Shield of Montana (G00751)
  • Blue Cross and Blue Shield of New Mexico (BCBSNM)
  • Blue Cross and Blue Shield of Oklahoma (BCBSOK)
  • Blue Cross and Blue Shield of Texas (BCBSTX)
  • Other Blue Plans BCBSIL (OTHERBLUEPLANS-IL)
  • BCBS New Mexico Other Blue Plans (OTHERBLUEPLANS-NM)
  • BCBS Oklahoma Other Blue Plans (OTHERBLUEPLANS-OK)
  • BCBS Texas Other Blue Plans (OTHERBLUEPLANS-TX)
  • HCSC
  • Blue Cross Community Centennial (GNMMD1)
  • HCSV2
  • BCBSIL Community Health Plans (MCIL2)
  • payerId
  • memberId
  • firstName
  • lastName
  • dateOfBirth
  • planType
Healthspring Medicare Advantage (52192)
  • payerId
  • memberId
asOfDate

Highmark

  • Highmark Blue Cross Blue Shield Delaware (00070)
  • Highmark Blue Shield (54771P)
  • Highmark Blue Cross Blue Shield (54771P_2)
  • Highmark Blue Cross Blue Shield West Virginia (54828P)
  • Highmark Blue Cross Blue Shield (NY) - Commercial And MA (55204P)
  • Highmark Blue Shield (NY) - Commercial And MA (55204W)
  • payerId
  • memberId
  • firstName
  • lastName
  • dateOfBirth
  • groupNumber
  • effectiveDate
  • stateCode
  • planNumber
  • asOfDate

Horizon BCBS New Jersey

  • Horizon Bcbs New Jersey (22099W)
  • Bravenhealth (84367W)
  • Horizon New Jersey Health (22326W)
  • payerId
  • memberId
  • firstName
  • lastName
  • dateOfBirth

  • If the memberId starts with the prefix 3HZN, these fields are required:

  • planId
  • groupNumber
  • effectiveDate
  • stateCode

  • If the memberId does not start with the prefix 3HZN, these fields are optional:

  • planId
  • groupNumber
Medical Mutual (29076)
  • payerId
  • memberId
  • groupNumber
 

Molina Healthcare

  • Molina Healthcare Florida (51062)
  • Molina Healthcare Michigan (38334)
  • Molina Medicare Ohio (20149)
  • Molina Medicare Washington (38336)
  • Molina Healthcare Wisconsin (ABRI1)
  • Molina Healthcare Illinois (20934)
  • Molina Healthcare California (38333)
  • Molina Medicare South Carolina (46299)
  • Molina Medicare New Mexico (09824)
  • Molina Healthcare Idaho (61799)
  • Molina Healthcare Texas (20554)
  • Molina Healthcare Utah (SX109)
  • Molina Healthcare - Affinity By Molina Healthcare (16146)
  • Molina Healthcare Mississippi (77010)
  • Molina Healthcare Iowa (A3144)
  • Molina Healthcare Nebraska (A8822)
  • Passport by Molina Healthcare (A6863)
  • Molina Healthcare Nevada (A6106)
  • Molina Healthcare Virginia (A6848)
  • Senior Whole Health of Massachusetts (A6567)
  • Molina Healthcare Arizona (A4353)
  • Senior Whole Health of New York (A0281)
  • Central Health Medicare Plan (38339)
  • Molina Connecticare (A1359)
  • payerId
  • memberId
  • stateCode
  • planId
  • policyNumber
  • effectiveDate
 

Premera

  • Premera Blue Cross Blue Shield of Alaska (00430)
  • Premera Blue Cross (WA) (00934)
  • LifeWise Assurance Company (93095)
  • Premera Blue Cross HMO (00430H)
  • Premera Dental (00430D)
  • Lifewise Health Plan Of Washington (93094)
  • Premera Federal Employee Program - Postal (00430F)
  • payerId
  • memberId
 

Regence

  • Regence BCBS Utah (00910)
  • Bridgespan (BRIDG)
  • Bridgespan Health Company Dental (BRIDGD)
  • Regence BS Washington (00932)
  • Asuris Northwest Health (93221)
  • Asuris Northwest Health Dental (93221D)
  • Regence BCBS Oregon (00851)
  • Regence BS Idaho (00611)
  • Regence Blueshield Dental (00932D)
  • Regence BCBS Of Oregon Dental (00851D)
  • Regence BCBS Of Utah Dental (00910D)
  • Regence Blueshield Of Idaho Dental (00611D)
  • payerId
  • memberId
  • firstName
  • lastName
  • dateOfBirth
  • groupNumber
  • providerNPI
  • asOfDate
  • controlNumber

Sentara

  • Sentara Health Plans (54154)
  • Avmed (59274)
  • payerId
  • memberId
  • firstName
  • lastName
 

TMG Health

  • BCBSTX Medicaid Star Kids (BCBSTXMEDICAIDSTARKIDS)
  • BCBS Texas Medicaid Star Chip (HCSVC)
  • Blue Cross Medicare Advantage (HMAPD)
  • Blue Cross Community Health Plans (MCDIL)
  • payerId
  • memberId
 
WebTPA (75261)
  • payerId
  • memberId
  • firstName
  • lastName
  • dateOfBirth
  • stateCode
  • groupNumber
  • planNumber
  • effectiveDate
  • asOfDate

Sample requests and responses

1. POST/member-card

Request:

curl -L -X POST 'https://qua.api.availity.com/pre-claim/eb-value-adds/member-card' \
 -H 'accept: application/json' \
 -H 'content-type: application/json' \ 
 -H 'Authorization: Bearer ADDTOKENHERE' \
 --data-raw '{
 "memberId": "SUCC123456789",
 "payerId": "00611",
 "firstName": "PATIENTONE",
 "lastName": "TEST",
 "dateOfBirth": "1900-01-01",
 "asOfDate": "2024-01-01",
 "effectiveDate": "2024-01-01",
 "stateCode": "FL",
 "planId": "1111111111",
 "policyNumber": "1111111111",
 "responsePayerId": "00611",
 "planType": "Medical"
}'
Text Copied!

Response:

Member ID Card uses conventional HTTP response codes to indicate the status of a request. In general, response codes in the 2xx range indicate success, and response codes in the 5xx range indicate an error or failure.

{"status":"Success","statusCode":4,"data":{"memberCards":{"type":"application/pdf","uris":["{{GTID}}"]}},"createdDate":"2024-01-01T12:30:00.000Z"}
        
Text Copied!

1. GET/member-card

Use the {GTID} from the POST response to perform a GET request:

curl --request GET \
 --url 'https://qua.api.availity.com/pre-claim/eb-value-adds/member-card/{{GTID}}' \
 --header 'Authorization: Bearer ADDTOKENHERE' \
 --header 'Content-Type: application/x-www-form-urlencoded'
Text Copied!

The resource will retrieve documents containing images of member ID card(s) for a given member. Availity does not format the documents or modify the data types for viewing.


BACK TO TOP