GET
/
api
/
utm-getting-started
[
  {
    "id": 123,
    "stepShort": "SET_ADMIN_USER",
    "stepOrder": 123,
    "completed": true
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

pageable
object
required

Response

200 - */*
OK
id
integer
stepShort
enum<string>
Available options:
SET_ADMIN_USER,
APPLICATION_SETTINGS,
DASHBOARD_BUILDER,
THREAT_MANAGEMENT,
INTEGRATIONS
stepOrder
integer
completed
boolean