Get current users subscriptions
A Subscription
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
unexpected error
[- {
- "id": 123,
- "events": [
- {
- "category": "cat1",
- "types": [
- "type1",
- "type2"
]
}, - {
- "category": "cat2",
- "types": [
- "type3",
- "type4"
]
}
], - "channels": [
- "email",
- "slack1"
]
}
]
Create user subscription
Subscription created successfully
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
unexpected error
{- "id": 123,
- "events": [
- {
- "category": "cat1",
- "types": [
- "type1",
- "type2"
]
}, - {
- "category": "cat2",
- "types": [
- "type3",
- "type4"
]
}
], - "channels": [
- "email",
- "slack1"
]
}
{- "id": 123,
- "events": [
- {
- "category": "cat1",
- "types": [
- "type1",
- "type2"
]
}, - {
- "category": "cat2",
- "types": [
- "type3",
- "type4"
]
}
], - "channels": [
- "email",
- "slack1"
]
}
Update user subscription
Subscription updated successfully
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
unexpected error
{- "events": [
- {
- "category": "cat1",
- "types": [
- "type1",
- "type2"
]
}, - {
- "category": "cat2",
- "types": [
- "type3",
- "type4"
]
}
], - "channels": [
- "email",
- "slack1"
]
}
{- "id": 123,
- "events": [
- {
- "category": "cat1",
- "types": [
- "type1",
- "type2"
]
}, - {
- "category": "cat2",
- "types": [
- "type3",
- "type4"
]
}
], - "channels": [
- "email",
- "slack1"
]
}
Delete user subscription
The resource was deleted successfully.
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
unexpected error
{- "code": 400,
- "message": "Required parameter is missing"
}