Skip to main content
GET
Get a gateway

Authorizations

Authorization
string
header
required

An API key minted in Command Center (Settings -> API Keys), sent as Authorization: Bearer 2501_ak_.... A Command Center session cookie is also accepted.

Path Parameters

id
string
required

Response

The gateway, with its active webhooks

id
string
required
Example:

"gtw_6a2d4f81-..."

type
string
required

Integration this gateway speaks

Example:

"servicenow"

active
boolean
required
org_id
string
required
Example:

"org_460b541c-..."

tenant_id
string
required
Example:

"ten_115bea44-..."

user_id
string
required
Example:

"usr_2b91c7de-..."

metadata
object | null
required

Type-specific connection settings

Example:
inbound_prompt
string | null
required

Take/skip and routing rules applied to incoming tickets

outbound_prompt
string | null
required

Status, comment and escalation rules for ticket writes

inbound_override_enabled
boolean
required

Off leaves the default ticket rules in force

outbound_override_enabled
boolean
required
created_at
string<date-time>
required
Example:

"2026-08-26T10:00:26.380Z"

updated_at
string<date-time>
required
Example:

"2026-08-26T10:00:26.380Z"

webhooks
object[]
required

Active webhooks bound to this gateway, newest first, with secrets masked