Authorization: Bearer ********************curl --location --request GET '/webhooks/notifications?corporateId&eventType&status&limit&nextToken' \
--header 'x-api-version;' \
--header 'Authorization: Bearer <token>'{
"message": "string",
"data": [
{
"id": "string",
"resellerId": "string",
"corporateId": "string",
"eventType": "string",
"payload": {},
"createdAt": "2019-08-24T14:15:22.123Z",
"attempts": []
}
],
"pagination": {
"nextToken": "string",
"totalItems": 0,
"hasMore": true
}
}