v2
latestOpenAPI 3.1.02026-07-312303692.4 MBEndpoint
Bulk Replay Messages
Bulk replay messages sent to the endpoint.
Only messages that were created after since will be sent. This will replay both successful, and failed messages
A completed task will return a payload like the following:
{
"id": "qtask_33qen93MNuelBAq1T9G7eHLJRsF",
"status": "finished",
"task": "endpoint.bulk-replay",
"data": {
"messagesSent": 2
}
}
post/api/v1/app/{app_id}/endpoint/{endpoint_id}/bulk-replay
Path parameters
app_idstring required
The Application's ID or UID.
Example:unique-identifier
The Application's ID or UID.
endpoint_idstring required
The Endpoint's ID or UID.
Example:unique-identifier
The Endpoint's ID or UID.
Headers
idempotency-keystring
The request's idempotency key
Request body
Example request
{
"eventTypes": [
"user.signup"
],
"channel": "project_1337",
"tag": "project_1337"
}Response
Example response
{
"id": "qtask_1srOrx2ZWZBpBUvZwXKQmoEYga2"
}