Get

Get an existing company

Get a company

GET https://{environment}.smartbills.ca/v1/companies/{id}

Path Parameters

{
    "id":"9ef0e5f1-912e-4f38-99c1-dd96247cdf5a",
    "name": "Smartbills Technologies Inc.",
    "hqAddress": {
        "line1": '850 Sainte-Catherine Est',
        "line2": '',
        "city": 'Montréal',
        "state": 'QC',
        "zip": 'H2L 2E2',
        "country": 'Canada',
        "location": {
            "latitude": 45.508735,
            longitude: -73.564905
        }
    },
    "hqPhoneNumber": "514-717-3989",
    "owner": "Sébastien Labine",
    "email": "[email protected]",
    "customerEmail": "[email protected]",
    "domain": "smartbills.ca"
    "slug": "smartbills;
}

Last updated