메인 콘텐츠로 건너뛰기
POST
/
v1
/
public
/
accounts
/
{account_id}
/
mailboxes
/
export
메일박스 내보내기
curl --request POST \
  --url https://api.hybridbox.io/v1/public/accounts/{account_id}/mailboxes/export \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain": "<string>",
  "mailboxes": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<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.

인증

Authorization
string
header
필수

Public API bearer credential sent as Authorization: Bearer <token>. Use either an OAuth access token or a Hybridbox Service account token.

경로 매개변수

account_id
string<uuid>
필수

본문

application/json

메일박스 내보내기 요청입니다.

format
enum<string>
필수
사용 가능한 옵션:
instantly,
reachinbox,
smartlead
domain
string | null

내보낼 도메인 UUID 또는 도메인 이름

mailboxes
string[] | null

내보낼 메일함 UUID 또는 이메일 주소

응답