Retrieves the next page of events if they were not forwarded due to a failed subscription

Retrieves the next page of events if they were not forwarded due to a failed subscription

SecurityBearerAuth or ApiKeyAuth
Request
path Parameters
subscription_id
required
string
Example: abc-123-efg-456
Responses
200

List of Signals data

400

Bad Request.

401

Unauthorized access.

403

Forbidden.

404

The specified resource was not found

500

Internal Server Error.

503

Service Unavailable.

patch/api/subscriptions/{subscription_id}/events
Request samples
Response samples
application/json
{
  • "pageSize": 50,
  • "total": 1,
  • "content": [
    ]
}