Search subscribers
Search subscribers by their email, phone, subscriberId and name. The search is case sensitive and supports pagination.Checkout all available filters in the query section.
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
Direction of sorting
Field to order by
Include cursor item in response
Email address of the subscriber to filter results.
Name of the subscriber to filter results.
Phone number of the subscriber to filter results.
Unique identifier of the subscriber to filter results.
Response
OK
Example response
{
"data": [
{
"channels": [
{
"credentials": {
"webhookUrl": "https://example.com/webhook",
"channel": "general",
"deviceTokens": [
"token1",
"token2",
"token3"
],
"alertUid": "12345-abcde",
"title": "Critical Alert",
"imageUrl": "https://example.com/image.png",
"state": "resolved",
"externalUrl": "https://example.com/details"
}
}
]
}
]
}Changes
Changed in 4 of the 13 revisions of this API.62
- ●
added the new
novu-web-chatenum value to the////response property for the response statusresponse-property-enum-value-added
- ○
removed the
novu-agent-chatenum value from the////response property for the response statusresponse-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
- ●
- ●
added the new
novu-agent-chatenum value to the////response property for the response statusresponse-property-enum-value-added
- ○
removed the
novu-web-chatenum value from the////response property for the response statusresponse-property-enum-value-removed
- ●
- ●
added the new
novu-web-chatenum value to the////response property for the response statusresponse-property-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
lineenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
sendblueenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
webex-messagingenum value to the////response property for the response statusresponse-property-enum-value-added
- ●