SMTP メールボックス
メールボックス認証情報を表示
一度限りの表示用に顧客メールボックス認証情報を表示します。
POST
メールボックス認証情報を表示
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
一度限りの表示用に顧客メールボックス認証情報を表示します。
curl --request POST \
--url https://api.hybridbox.io/v1/public/accounts/{account_id}/mailboxes/{mailbox}/reveal-credentials \
--header 'Authorization: Bearer <token>'{
"password": "<string>",
"username": "<string>"
}このページは役に立ちましたか?
curl --request POST \
--url https://api.hybridbox.io/v1/public/accounts/{account_id}/mailboxes/{mailbox}/reveal-credentials \
--header 'Authorization: Bearer <token>'{
"password": "<string>",
"username": "<string>"
}