Skip to main content
POST
Create registration

Body

application/json

Registration payload (boundary, webhook, and filters)

registrationId
string<uuid>

Registration UUID

Example:

"f7587d9e-2481-4b4c-818d-c8d1946851b7"

recipientId
string

Recipient identifier. The recipient ID must be unique and comply with the US-ASCII character set.

Example:

"Recipient 1"

boundary
object

Alarm registration boundary

Defines the geographic scope to monitor for alarm conditions. The concrete boundary type is selected via the type discriminator field; supply only the fields that belong to the chosen subtype.

  • ADMINISTRATIVE – boundary identified by city (cityId), district (districtId), and optionally neighborhood (neighborhoodId).
  • POLYGON – arbitrary closed polygon defined by a list of exterior ring coordinates (WGS84).
  • H3INDEX – boundary defined by a single Uber H3 cell address.
webhook
object

Webhook configuration

filter
object

Alarm filters

Response

OK

Registration response (timestamps and warnings)

registrationId
string<uuid>

Registration UUID

Example:

"f7587d9e-2481-4b4c-818d-c8d1946851b7"

recipientId
string

Recipient identifier. The recipient ID must be unique and comply with the US-ASCII character set.

Example:

"Recipient 1"

boundary
object

Alarm registration boundary

Defines the geographic scope to monitor for alarm conditions. The concrete boundary type is selected via the type discriminator field; supply only the fields that belong to the chosen subtype.

  • ADMINISTRATIVE – boundary identified by city (cityId), district (districtId), and optionally neighborhood (neighborhoodId).
  • POLYGON – arbitrary closed polygon defined by a list of exterior ring coordinates (WGS84).
  • H3INDEX – boundary defined by a single Uber H3 cell address.
webhook
object

Webhook configuration

filter
object

Alarm filters

createdAt
string<date-time>

Creation time

Example:

"2025-01-01T10:15:30Z"

updatedAt
string<date-time>

Last update time

Example:

"2025-01-01T11:15:30Z"

warnings
string[]

Warnings

Example: