Skip to main content
POST
Create Location Group

Authorizations

x-client-key
string
header
required
x-client-secret
string
header
required

Path Parameters

workspaceId
string<uuid>
required

UUID of the workspace.

Body

application/json
name
string
required

The name of the location group.

description
string | null

Optional description for the group.

Locations
string<uuid>[]

Array of location UUIDs to be grouped.

Response

Location group created successfully

data
object

Created location group with full details

meta
object