Skip to main content
POST
Create Location

Authorizations

X-API-KEY
string
header
required

Query Parameters

organization_id
integer

Organization to add the location to

Body

application/json
name
string
required

Name of the location

address
string | null

Physical address of the location

area_code
string | null

Optional area code hint for phone provisioning

Pattern: ^\d{3}$
google_place_id
string | null

Google Places ID for the location

organization_id
integer | null

Organization ID (alternative to query parameter)

team_id
integer | null

Team ID (alias for organization_id)

Response

Location created successfully

location
object