일회성 표시를 위해 고객 메일박스 자격 증명을 표시합니다.
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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.hybridbox.io/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>"
}