Skip to main content
GET
Retrieve subscription alerts

Authorizations

Authorization
string
header
required

Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.

Path Parameters

external_subscription_id
string
required

Unique external identifier for the subscription. This ID is used to track the subscription across systems and must be provided to access subscription-specific alerts.

Example:

"SUB_1752779018503"

Query Parameters

per_page
integer

Number of records per page

page
integer

Page number

Response

Successfully retrieved the collection of alerts configured for the specified subscription.

alerts
object[]

List of alerts

Example:
meta
object