GET Widget Submission by ID

This api gives widget submission details

{
    "id": 59,
    "first_name": "XXXX",
    "last_name": "XXXX",
    "email": "[email protected]",
    "consent_to_collect_data": true,
    "status": "Completed",
    "created_at": "2023-11-06T07:51:29.783797Z",
    "data": {
        "TAX_TRANSCRIPT": {
            "id": 48,
            "created_by": "compliancely",
            "status": "Consent Collected",
            "reason": "",
            "created_at": "2023-11-06T07:51:29.792732Z",
            "updated_at": "2023-11-06T07:51:48.762896Z",
            "consent": {
                "request_data": {
                    "tax_information": {
                        "authorize_irs_record_access_via_provider": true
                    },
                    "taxpayer_information": {
                        "tin": "XXXXXXXX",
                        "email": "[email protected]",
                        "title": "CEO",
                        "address": {
                            "city": "xxxxxxxxxxxx",
                            "state": "xxxxxxxxxxxx",
                            "zip_code": "xxxxxx",
                            "address_line_1": "xxxxxx xxxxxx xxxxxxxxxxxx ",
                            "address_line_2": "xxxxxxxxxxxx"
                        },
                        "last_name": "xxxxxx",
                        "first_name": "xxxxxx",
                        "payer_type": "xxxxxx",
                        "business_name": "xxxxxx",
                        "business_type": "limited-liability-company",
                        "mobile_number": "xxxxxxxxxxxx"
                    }
                },
                "consent_link": "https://app1.compliancely.com/app/file/download/secure/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx2NvbnNlbnQiLCJmaWxlX21vZGUiOiJzMyJ9.bX63-SpAa641mDY04pxxxxxxxxxxxxxxxxxx"
            },
            "transcript": [
                {
                    "output_details": {},
                    "output_link": "NA",
                    "status": "Consent Collected",
                    "created_at": "2023-11-06T07:51:29.794601Z",
                    "updated_at": "2023-11-06T07:51:29.794611Z"
                }
            ]
        }
    },
    "template_name": "US Tax Transcript"
}
{
    "detail": "Not found."
}
{
    "detail": "Invalid token header. No credentials provided."
}
{
    "detail": "Invalid token."
}
{
    "detail": "Authentication credentials were not provided."
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!