Get a contractor address
GET {{baseUrl}}/v1/contractors/:contractor_uuid/address
The address of a contractor is used to determine certain tax information about them. Addresses are geocoded on create and update to ensure validity.
scope: contractors:read
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Accept | string |
RESPONSES
status: OK
{"version":"23323096a8015e32d9795fadf1fd300d","contractor_uuid":"9779767c-6044-48e0-bf68-aeb370b9a2e7","street_1":"999 Kiera Stravenue","street_2":"Suite 391","city":"San Francisco","state":"CA","zip":94107,"country":"USA","active":true}