Zelis Redcard

Get EOB from Zelis Redcard

Calls the Zelis Redcard interop service to retrieve an EOB for the given request.

SecurityapiKeyAuth and bearerAuth
Request
header Parameters
vbasoftware-database
required
string

Target database

Request Body schema:
required
claimNumber
required
string non-empty

The claim number for the EOB request.

memberId
required
string non-empty

The member ID for the EOB request.

returnBytes
boolean

If true, return the PDF bytes; otherwise, return the PDF link. Defaults to true.

useProd
boolean

If true, use PROD environment; otherwise, use UAT. Defaults to true.

Responses
200

Success

401

Unauthorized

post/zelis-redcard/eob
Request samples
{
  • "claimNumber": "string",
  • "memberId": "string",
  • "returnBytes": true,
  • "useProd": true
}
Response samples
{
  • "data": {
    },
  • "error": {
    },
  • "debug": {
    }
}