Skip to main content
POST
resubscribe-external-event-subscription

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

External event subscription id to re-subscribe.

Response

200 - application/json

Re-register the subscription with the external provider (unsubscribe, then subscribe again) so it points at the current webhook URL. Use this to fix a subscription whose test verdict is stale (provider holds an old URL) or not_subscribed; after it succeeds, run test-external-event-subscription to confirm the verdict is now live. Returns the refreshed subscription.

userId
string
required
id
string
required
tenantId
string
ownerName
string | null
name
string
description
string
connectionId
string
integrationId
string
externalEventTypeId
string
config
object
status
enum<string>
Available options:
subscribed,
unsubscribed,
error
error
object
state
enum<string>
Available options:
BUILDING,
CLIENT_ACTION_REQUIRED,
CONFIGURATION_ERROR,
SETUP_FAILED,
READY,
DISCONNECTING
buildingAgentSessionId
string
isRealTime
boolean
requiresPull
boolean
requiresFullSync
boolean
createdAt
string
archivedAt
string
isDeactivated
boolean
stateData
any
nextPullEventsTimestamp
number
pullUpdatesIntervalSeconds
number
fullSyncIntervalSeconds
number
nextRefreshTimestamp
number
incomingWebhookUri
string
subscribedWebhookUri
string
lastReceivedAt
any
lastEventAt
any
webhookUri
string
logoUri
string

Resolved app logo for this element (integration -> connector -> external app -> favicon).