GuidesAPI ReferenceChangelogAPI StatusAPI PolicyGusto Security
API Reference

Create a company location

Create a company location, which represents any address associated with a company: mailing addresses, filing addresses, or work locations. A single address may serve multiple, or all, purposes.

Since all company locations are subsets of locations, use the Locations endpoints to get or update an individual record.

scope: companies:write

Path Params
string
required

The UUID of the company

Body Params
string
required

Street address line 1.

string | null

Street address line 2.

string
required

City.

string
required

State code (e.g. CA). Must be a valid two-letter state code.

string
required

ZIP code. Must be a valid US zip (e.g. 12345 or 12345-6789).

string
Defaults to USA

Country code. Defaults to USA.

string
required

Phone number. Must be 10 digits.

boolean

Specify if this location is the company's mailing address.

boolean

Specify if this location is the company's filing address.

Headers
string
enum
Defaults to 2026-02-01

Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.

Allowed:
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json