List all channel endpoints
List all channel endpoints for a resource based on query filters.
Query parameters
Cursor for pagination indicating the starting point after which to fetch results.
Cursor for pagination indicating the ending point before which to fetch results.
Limit the number of items to return (max 100)
Direction of sorting
Field to order by
Include cursor item in response
The subscriber ID to filter results by
Filter by exact context keys, order insensitive (format: "type:id")
Channel type to filter results.
Provider ID of the job
Filter by provider identifier (e.g., sendgrid, twilio, slack, etc.).
Integration identifier to filter results.
Connection identifier to filter results.
Headers
A header for idempotency purposes
Response
OK
Example response
{
"data": [
{
"providerId": "slack",
"integrationIdentifier": "slack-prod",
"connectionIdentifier": "slack-connection-abc123",
"subscriberId": "subscriber-123",
"contextKeys": [
"tenant:org-123",
"region:us-east-1"
],
"type": "slack_channel",
"endpoint": {
"channelId": "C123456789"
}
}
]
}Changes
Changed in 5 of the 12 revisions of this API.42015
- ▲
removed the enum value
novu-agent-chatfrom thequeryrequest parameterproviderIdrequest-parameter-enum-value-removed
- ●
added the new
novu-web-chatenum value to thedata/items/providerIdresponse property for the response status200response-property-enum-value-added
- ○
added the new enum value
novu-web-chatto thequeryrequest parameterproviderIdrequest-parameter-enum-value-added
- ○
removed the
novu-agent-chatenum value from thedata/items/providerIdresponse property for the response status200response-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the enum value
novu-web-chatfrom thequeryrequest parameterproviderIdrequest-parameter-enum-value-removed
- ●
added the new
novu-agent-chatenum value to thedata/items/providerIdresponse property for the response status200response-property-enum-value-added
- ○
added the new enum value
novu-agent-chatto thequeryrequest parameterproviderIdrequest-parameter-enum-value-added
- ○
removed the
novu-web-chatenum value from thedata/items/providerIdresponse property for the response status200response-property-enum-value-removed
- ▲
- ▲
added
GrafanaOnCallIntegrationEndpointDtoToolWebhookEndpointDtoto thedata/items/endpointresponse propertyoneOflist for the response status200response-property-one-of-added
- ●
added the new
grafanaenum value to thedata/items/providerIdresponse property for the response status200response-property-enum-value-added
- ●
added the new
grafana_oncall_integrationenum value to thedata/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
novu-web-chatenum value to thedata/items/providerIdresponse property for the response status200response-property-enum-value-added
- ●
added the new
tool_webhookenum value to thedata/items/typeresponse property for the response status200response-property-enum-value-added
- ○
added the new enum value
grafanato thequeryrequest parameterproviderIdrequest-parameter-enum-value-added
- ○
added the new enum value
novu-web-chatto thequeryrequest parameterproviderIdrequest-parameter-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
ruach-smsenum value to thedata/items/providerIdresponse property for the response status200response-property-enum-value-added
- ○
added the new enum value
ruach-smsto thequeryrequest parameterproviderIdrequest-parameter-enum-value-added
- ●
- ▲
added
WebexRoomEndpointDtoWebexPersonEndpointDtoLineUserEndpointDtoPagerDutyServiceEndpointDtoOpsgenieIntegrationEndpointDtoto thedata/items/endpointresponse propertyoneOflist for the response status200response-property-one-of-added
- ●
added the new
anypostenum value to thedata/items/providerIdresponse property for the response status200response-property-enum-value-added
- ●
added the new
lineenum value to thedata/items/providerIdresponse property for the response status200response-property-enum-value-added
- ●
added the new
line_userenum value to thedata/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
opsgenieenum value to thedata/items/providerIdresponse property for the response status200response-property-enum-value-added
- ●
added the new
opsgenie_integrationenum value to thedata/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
pagerdutyenum value to thedata/items/providerIdresponse property for the response status200response-property-enum-value-added
- ●
added the new
pagerduty_serviceenum value to thedata/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
sendblueenum value to thedata/items/providerIdresponse property for the response status200response-property-enum-value-added
- ●
added the new
toolenum value to thedata/items/channelresponse property for the response status200response-property-enum-value-added
- ●
added the new
tool-webhookenum value to thedata/items/providerIdresponse property for the response status200response-property-enum-value-added
- ●
added the new
webex-messagingenum value to thedata/items/providerIdresponse property for the response status200response-property-enum-value-added
- ●
added the new
webex_personenum value to thedata/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
webex_roomenum value to thedata/items/typeresponse property for the response status200response-property-enum-value-added
- ○
added the new enum value
anypostto thequeryrequest parameterproviderIdrequest-parameter-enum-value-added
- ○
added the new enum value
lineto thequeryrequest parameterproviderIdrequest-parameter-enum-value-added
- ○
added the new enum value
opsgenieto thequeryrequest parameterproviderIdrequest-parameter-enum-value-added
- ○
added the new enum value
pagerdutyto thequeryrequest parameterproviderIdrequest-parameter-enum-value-added
- ○
added the new enum value
sendblueto thequeryrequest parameterproviderIdrequest-parameter-enum-value-added
- ○
added the new enum value
toolto thequeryrequest parameterchannelrequest-parameter-enum-value-added
- ○
added the new enum value
tool-webhookto thequeryrequest parameterproviderIdrequest-parameter-enum-value-added
- ○
added the new enum value
webex-messagingto thequeryrequest parameterproviderIdrequest-parameter-enum-value-added
- ▲