curl --location --request GET 'https://open.feishu.cn/open-apis/mail/v1/public_mailboxes?page_token=xxx&page_size=10' \
--header 'Authorization;'
{
"code": 0,
"msg": "success",
"data": {
"has_more": true,
"page_token": "xxx",
"items": [
{
"public_mailbox_id": "xxxxxxxxxxxxxxx",
"email": "test_public_mailbox@xxx.xx",
"name": "test public mailbox"
}
]
}
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通