Skip to main content
POST
/
v3
/
systems
Add System
curl --request POST \
  --url https://api.{tenant}.getomneo.com/api/v3/systems \
  --header 'Content-Type: application/json' \
  --data '
{
  "handle": "<string>"
}
'
{
  "data": {
    "id": 123,
    "handle": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Body

application/json
handle
string
required

Response

data
object
required