v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Search failover trackings

Track multiple failover messages with filters for a specific time range.

post/failover/tracking

Query parameters

dateStartstring

Start of the time range (e.g. 2025-05-05T15:00Z).

dateEndstring

End of the time range (e.g. 2025-07-25T19:00Z)

sizeinteger

Page size. Default: 10. Must be ≥ 1.

pageinteger

Page index (0-based). Default: 0.

Headers

Authorizationstring
Content-Typestring

Request body

fieldNamestring required

Field to filter on. Values: type, to, status, terminationChannel

searchOperatorstring

Operator. Default: is. Values: is, is_not; for to also contains, starts_with, ends_with. Case-insensitive.

searchTermstring required

Value to compare. For type / terminationChannel: Sms, Viber, Voice. For status: Queued, Succeeded, Failed, InProgress. For to: any string.

Response

200