Skip to main content
GET
Get router by id

Endpoint

Route: /routers/{routerId}
Authentication: Bearer JWT

Path parameters

Response

200 — Router object (same shape as list items)

Settings mapping

Errors

Authorizations

Authorization
string
header
required

Bearer JWT with valid account context.

Path Parameters

routerId
string
required

Object identifier

Response

Router

Router configuration with flattened settings. Only trigger may be a JSON object.

id
string
name
string
object_type
string
has_integration
boolean
is_published
boolean
created_at
string<date-time>
updated_at
string<date-time>
archived

false when active, or ISO timestamp when archived

archived_by
string

Present when archived

settings
object

Flattened settings keyed by setting_id (overwrite, owner_field, distribution_model, etc.)

users
object[]
teams
object[]