Skip to main content
POST
Pause track alerts for a stable track id

Authorizations

x-auth-apikey
string
header
required

Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).

Headers

x-auth-scheme
enum<string>
default:api-token
required

Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.

Available options:
api-token,
api,
partner-api-token,
partner-api

Body

application/json

Request object for pausing/resuming track alerts for a single reID stableTrackId on a device.

deviceUuid
string<RUUID> | null
RUUID

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

durationSec
integer<int64> | null
int64

Duration in seconds to pause track alerts

Example:

3600

policyAlertUuid
string<RUUID> | null
RUUID

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

scheduledTimestampSec
integer<int64> | null
int64

Scheduled timestamp in seconds for when to begin the pause

Example:

1640995200

trackId
integer<int32> | null
int32

reID stableTrackId to pause track alerts for

Response

200 - application/json

OK

Response object for pausing alert policies.

error
boolean | null
errorMsg
string | null
warningMsg
string | null
Last modified on July 28, 2026