Skip to main content
POST
Create Properties

Authorizations

Authorization
string
header
required

Generate a shared token via /authenticate/token, then pass it as Authorization: Bearer <token>.

Body

application/json
workspace_id
string
required

Public workspace UUID.

Example:

"Ab12Cd"

properties
object[]
required

Properties to create. Province and municipality values must be an exact pair from the supported location catalog. The operation is atomic when a duplicate is found.

Required array length: 1 - 100 elements

Response

Properties created successfully.

status
string
required
Allowed value: "success"
message
string
required
Example:

"Properties created successfully"

data
object
required