# Create location This endpoint creates a new location. Endpoint: POST /v2/locations Version: 1.0 Security: OAuth2 ## Header parameters: - `Idempotency-Key` (string,null) ## Request fields (application/json): - `name` (string, required) Name of the location - `description` (string,null) Description of the location ## Response 200 fields (application/json): - `id` (string, required) - `name` (string, required) Name of the location - `description` (string,null) Description of the location