Authorization: Bearer ********************
curl --location -g --request GET 'https://..authok.cn/api/v1/actions/triggers/post-login/bindings'
{
"meta": {
"page": 1,
"page_size": 20,
"total": 100
},
"items": [
{
"id": "C10B4B11-6A99-Efb8-20Fa-4fF96Ac7d797",
"trigger_id": "post-login",
"display_name": "登录后发送邮件通知",
"created_at": "2018-11-26 AM 11:54:14",
"updated_at": "1990-03-24 AM 09:35:35"
}
]
}