{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "http:\/\/demo.mngmt.theqwikfix.com"
        }
    ],
    "info": {
        "name": "TheQwikFix API Documentation",
        "_postman_id": "76199936-eb13-4855-b1df-d53f06f94487",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "Generate Bearer Token",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"system@businesspartner.com\",\"password\":\"2CwM5YgjyW!n5\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"access_token\": \"1234|kVx2CmtkX5CHxwM5YgjyW3Njyhlnnr5vMn5PLpwG\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Request a QwikQuote",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/quote-request\/create",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/quote-request\/create"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"client_name\":\"John Smith\",\"client_email\":\"johnsmith@example.com\",\"client_phone\":\"8775551234\",\"client_role\":\"Listing Agent\",\"agent_name\":\"Jane Doe\",\"agent_email\":\"janedoe@example2.com\",\"agent_phone\":\"8445559876\",\"agent_role\":\"Buyers Agent\",\"property_address\":\"123 Main Street\",\"city\":\"Anytown\",\"state\":\"CA\",\"zip_code\":\"12345\",\"closing_date\":\"2026-08-20\",\"inspection_report_url\":\"https:\\\/\\\/example.com\\\/inspection_report.pdf\",\"repair_request_url\":\"https:\\\/\\\/example.com\\\/repair_request.pdf\",\"webhook_url\":\"https:\\\/\\\/example.com\\\/webhook?my_param=value\",\"google_place_id\":\"ChIJN1dKJhK6j4AR4Ge1mUxMFX4\",\"discount_code\":\"reprehenderit\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"message\": \"Quote Request successfully submitted.\",\n   \"qwik_quote_uuid\": \"b15a050a-397f-4d1e-b387-d146632d83a1\",\n   \"dashboard_url\": \"https:\/\/theqwikfix.com\/user\/qwik-quotes\/b15a050a-397f-4d1e-b387-d146632d83a9\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "token",
                "type": "string"
            }
        ]
    }
}