Skip to main content
GET
/
api
/
utm-data-input-statuses
Error
A valid request URL is required to generate request examples
[
  {
    "source": "<string>",
    "dataType": "<string>",
    "timestamp": 123,
    "id": "<string>",
    "median": 123,
    "down": 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

source
string
required
Maximum string length: 256
dataType
string
required
Maximum string length: 50
timestamp
integer<int64>
required
id
string
median
integer<int64>
down
boolean