Get
Get
Use this endpoint to retrieve a 1095-B submission and its records. Provide the SubmissionId to retrieve the whole submission, optionally narrowing to a specific RecordId.
The response includes the full payer, recipient, and form data as originally submitted — useful for audit trails and displaying return details in your application.
POSTform1095b/GetRequest Body
| Field | Type | Description |
|---|---|---|
| SubmissionId | GUID | An unique identifier generated by TaxBandits when a 1095-B return is created. Mention the Form 1095-B return's Submission ID that you want to get. |
| RecordIds | GUID | An unique identifier generated by TaxBandits when a 1095-B return is created. Mention the Form 1095-B return's Record ID that you want to get. |
Response Body
| Field | Type | Description |
|---|---|---|
| Form1095Records | object[] | Contains information about Form 1095-B returns. |
| SubmissionManifest | object[] | SubmissionManifest provides brief information about a particular submission on the whole. It contains information like - Submission ID - Tax Year - Federal Filing - State Filing - Distribution Details. |
| SubmissionId | Guid | Unique identifier created by TaxBandits for each submission. |
| TaxYear | string | Tax year for which Form 1095-B is filed. |
| IsFederal | Boolean | Federal Filing for the return will be enabled when the value is True. |
| IsState | Boolean | State Filing for the return will be enabled when the value is True. Note: State Filing will not be created for the states that do not require State filing. |
| IsDistribution | Boolean | When TRUE, recipient distribution is enabled (postal mail / online access/email). |
| DistributionDetails | object[] | Distribution configuration. Required when IsDistribution is TRUE. |
| DistributionType | string | Recipient copy distribution type. Allowed values"POSTAL_ONLY", "ONLINE_ACCESS", "POSTAL_AND_ONLINE". |
| PostalType | string | Postal service type. Allowed values"USPS_FIRST_CLASS". |
| ReturnHeader | object | Contains information about the Business details. |
| Business | object | Object to identify the Business Details. |
| BusinessId | Guid | Unique identifier of the business generated by TaxBandits. |
| PayerRef | string | Your unique identifier for the payer. |
| IsDefaultBusiness | Boolean | Identifies whether the business is designated as the default business. |
| TINDetails | object | Returns the TIN information for the business. |
| Format | string | Returns the format of the TIN passed. |
| TINType | string | Returns the TIN type of the business. |
| TIN | string | Returns the TIN value according to the Format selected. |
| IndividualNm | object | Returns the individual's name details when the TIN type of the business is "SSN". |
| FirstNm | string | First name of the individual. |
| MiddleNm | string | Middle name of the individual. |
| LastNm | string | Last name of the individual. |
| Suffix | string | The suffix of the individual's name. |
| BusinessNm | string | Legal name of the business. |
| NameCtrl | string | Name control of the business as registered with the IRS. |
| DBADetails | object[] | Returns DBA (Doing Business As) information. |
| DBANm | string | Name of the DBA. |
| DBARef | string | Your unique identifier for this DBA. |
| DBAId | GUID | Unique identifier of the DBA generated by TaxBandits. |
| IsDefaultDBA | Boolean | Identifies whether the DBA is designated as the default DBA. |
| Address | object[] | Returns address information of DBA. |
| Address1 | string | Street address or PO Box. |
| Address2 | string | Suite or apartment number. |
| City | string | DBA's city. |
| ProvinceOrStateNm | string | DBA's province or state name. |
| Zipcd | DBA's ZIP code. | |
| Country | string | DBA's 2-character country code. |
| Address | object | Returns primary address of the business. |
| Address1 | string | Street address or PO Box of the business. |
| Address2 | string | Suite or apartment number of the business. |
| City | string | City of the business. |
| ProvinceOrStateNm | string | Province or state name of the business. |
| ZipCd | string | ZIP code of the business. |
| Country | string | 2-character country code of the business. |
| ContactDetails | object | Returns details of the person the IRS can contact regarding this business. |
| FirstNm | string | First name of the contact person. |
| MiddleNm | string | Middle name of the contact person. |
| LastNm | string | Last name of the contact person. |
| Suffix | string | The suffix of the contact person. |
| Phone | string | Phone number of the contact person. |
| PhoneExtn | string | Phone extension number. |
| string | Email address of the contact person. | |
| Fax | string | Fax number of the contact person. |
| ACASpecific | Object | Object to identify the ACA specific details. |
| IsInsurer | Boolean | If true, identifies that you are a health insurance provider. |
| IsGovernmentalUnit | Boolean | If true, identifies that you are a government agency or governmental organization providing health coverage. |
| ReturnData | object[] | Contains information about the recipient details and Form 1095-B details. |
| SequenceId | string | A unique reference ID for the submission that can be used to identify a particular record. |
| RecordId | Guid | An unique identifier generated by TaxBandits when a 1095-B return is created. |
| Recipient | object | Object to identify the recipient details. |
| RecipientId | Guid | Unique identifier of the recipient generated by TaxBandits. |
| PayeeRef | string | Your unique identifier for the recipient. |
| TINDetails | object | Returns the TIN information for the recipient. |
| Format | string | Returns the format of the TIN passed. |
| TINType | string | Returns the TIN type of the recipient. |
| TIN | string | Returns the TIN value according to the Format selected. |
| IndividualNm | Object | Returns the individual's name details when the TIN type of the recipient is "SSN". |
| FirstNm | String | The first name of the individual. |
| MiddleNm | String | The middle name of the individual. |
| LastNm | String | The last name of the individual. |
| Suffix | String | The suffix of the individual's name. |
| BusinessNm | string | Legal name of the recipient's business. |
| NameCtrl | string | Name control of the recipient as registered with the IRS. |
| DBADetails | Object | Returns DBA (Doing Business As) information. |
| DBAId | GUID | Name of the DBA. |
| DBANm | String | Your unique identifier for this DBA. |
| DBARef | String | Unique identifier of the DBA generated by TaxBandits. |
| Address | Object | Identifies whether the DBA is designated as the default DBA. |
| Address1 | String | Returns address information of DBA. |
| Address2 | String | Suite or apartment number. |
| City | String | DBA's city. |
| ProvinceOrState | String | DBA's province or state name. |
| ZipCd | String | DBA's ZIP code. |
| Country | String | DBA's 2-character country code. |
| Address | Object | Returns primary address of the recipient. |
| Address1 | String | Street address or PO Box of the recipient. |
| Address2 | String | Suite or apartment number of the recipient. |
| City | String | City of the recipient. |
| ProvinceOrState | String | Province or state name of the recipient. |
| ZipCd | String | ZIP code of the recipient. |
| Country | String | 2-character country code of the recipient. |
| DOB | String | Returns Date of Birth of the recipient. |
| String | Email address of the recipient. | |
| Fax | String | Fax number of the recipient. |
| Phone | String | Phone number of the recipient. |
| PhoneExtn | string | Phone extension number. |
| ReturnData | object[] | Contains information about the recipient details and Form 1095-B details. |
| Form1095BData | Object | Form 1095-B details for the recipient. |
| HealthCoverageCd | String | Code identifying Origin of the Health Coverage. |
| EmployerSponsoredCoverageDetails | Object | Object identifying Employer-Sponsored Coverage details. |
| SponsorNm | String | Name of the sponsor. |
| EIN | String | Employer Identification Number of the Sponsor. |
| Address | Object | Address information of Sponsor. |
| Address1 | String | Street address or PO Box of Sponsor. |
| Address2 | String | Suite or apartment number. |
| City | String | Sponsor's city. |
| ProvinceOrState | String | Sponsor's province or state name. |
| ZipCd | String | Sponsor's ZIP code. |
| Country | String | Sponsor's 2-character country code. |
| CoveredIndividualDetails | Object [] | Object identifying Covered Individual's details of the recipient. |
| FirstNm | String | First name of the covered individual. |
| MiddleNm | String | Middle name of the covered individual. |
| LastNm | String | Last name of the covered individual. |
| Suffix | String | Suffix of the covered individual. |
| SSN | String | Social Security Number of the covered individual. |
| DOB | Date | Date of birth of the covered individual. |
| IsCoverageAllMonths | Boolean | If true, indicates that the individual had coverage for all months of the tax year. |
| CoverageMonths | Object [] | Months of coverage of the tax year. |
| Form1099HCData | Object | Massachusetts Form 1099-HC information for the covered individual. |
| SubscriberNum | String | Subscriber number of the covered individual. |
| IsFullYearMinimumCreditCoverage | Boolean | If true, indicates that the covered individual had full-year minimum creditable coverage. |
| MinimumCreditCoverageMonths | Object [] | Months with minimum creditable coverage. |
| Form1099HCData | Object | Massachusetts Form 1099-HC information for the covered individual. |
| SubscriberNum | String | Subscriber number of the covered individual. |
| IsFullYearMinimumCreditCoverage | Boolean | If true, indicates that the covered individual had full-year minimum creditable coverage. |
| MinimumCreditCoverage | Object | Months with minimum creditable coverage. |
| MonthsErrors | object[] | Shows detailed error information. |
| Id | String | Returns the validation error ID. |
| Name | String | Name of the validation error. |
| Message | String | Description of the validation error. |
Payload
Request JSON
| Sample | Description | Action |
|---|---|---|
| Sample 1 | Get with only the SubmissionID |
Sample 1
Form1095B/get?submissionId=519a84f4-5e56-496a-82f3-1851fdf3d75&recordIds=519a84f4-5e56-496a-82f3-1851fdf3d75
Response JSON
| Response | Description | Action |
|---|---|---|
| 200 | Success Response - You'll get the below response when the request is processed successfully. |
Response: 200
{
"Form1095Records": [
{
"SubmissionManifest": {
"SubmissionId": "f561a414-c92f-4026-9c29-71cd1979bf72",
"TaxYear": "2026",
"IsFederal": true,
"IsState": true,
"IsDistribution": true,
"DistributionDetails": {
"DistributionType": "POSTAL_AND_ONLINE",
"PostalType": "USPS_FIRST_CLASS"
}
},
"ReturnHeader": {
"Business": {
"BusinessId": "ece71f65-20af-4dc1-aa9c-a55cace4970f",
"PayerRef": null,
"IsDefaultBusiness": false,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "72-8338786"
},
"IndividualNm": null,
"BusinessNm": "Welch - Wiza",
"NameCtrl": "SNOW",
"DBADetails": null,
"Address": {
"Address1": "1600 Pennsylvania Avenue NW",
"Address2": null,
"City": "Washington",
"ProvinceOrState": "DC",
"ZipCd": "20500",
"Country": "US"
},
"ContactDetails": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": "Jr",
"Phone": "(803) 555-1234",
"PhoneExtn": "101",
"Email": "contact@snowdaze.com",
"Fax": "(803) 555-5678"
},
"ACASpecific": {
"IsInsurer": false,
"IsGovernmentalUnit": true
}
}
},
"ReturnData": [
{
"SequenceId": "1",
"RecordId": "9d8c696f-a981-4c21-8a91-a8178bd9b3f5",
"Recipient": {
"RecipientId": "76f4accc-66ef-4a36-8e91-b2d963e62fac",
"PayeeRef": null,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "SSN",
"TIN": "684-19-2345"
},
"IndividualNm": {
"FirstNm": "Cade",
"MiddleNm": null,
"LastNm": "Casper",
"Suffix": null
},
"NameCtrl": null,
"BusinessNm": null,
"DBADetails": null,
"Address": {
"Address1": "250 Peachtree Street NW",
"Address2": null,
"City": "Atlanta",
"ProvinceOrState": "GA",
"ZipCd": "30303",
"Country": "US"
},
"DOB": null,
"Email": "casper@sample.com",
"Fax": "(663) 456-7890",
"Phone": "9856471254"
},
"Form1095BData": {
"HealthCoverageCd": "D",
"EmployerSponsoredCoverageDetails": {
"SponsorNm": "David Baland",
"EIN": "459878987",
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "SC",
"ZipCd": "29730",
"Country": "US"
}
},
"CoveredIndividualDetails": [
{
"FirstNm": "Steven",
"MiddleNm": null,
"LastNm": "David",
"Suffix": null,
"SSN": "548678987",
"DOB": null,
"IsCoverageAllMonths": false,
"CoverageMonths": [
"JAN",
"MAR",
"JUN"
],
"Form1099HCData": {
"SubscriberNum": "4598687",
"IsFullYearMinimumCreditCoverage": false,
"MinimumCreditCoverageMonths": [
"JAN",
"FEB",
"MAR"
]
}
}
],
"Form1099HCData": {
"SubscriberNum": "4598687",
"IsFullYearMinimumCreditCoverage": false,
"MinimumCreditCoverageMonths": [
"JAN",
"FEB",
"MAR"
]
}
}
}
]
}
],
"Errors": null
}