Retrive All External Email Notifications for An Account
GET {{base_url}}/api/v2/accounts/{{account_id}}/notifications/?type=4
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | number |
RESPONSES
status: OK
{"status":{"code":200,"is_success":true,"user_message":"Success!","developer_message":""},"data":[{"id":131,"state":1,"on_cancel":[1,2],"on_failure":[1,4],"on_success":[1,5],"account_id":1,"user_id":1,"slack_channel_id":null,"slack_channel_name":null,"external_email":"email@example.com","type":4,"created_at":"2023-03-29T10:58:08.908950+00:00","updated_at":"2023-03-29T10:58:08.908972+00:00"}],"extra":{"filters":{"limit":100,"offset":0,"type":4,"account_id":1},"order_by":"id","pagination":{"count":1,"total_count":1}}}