Skip to main content
POST
포워딩 생성

인증

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

계정 경로 범위 아래에 포워딩 규칙을 생성하기 위한 요청.

target_email
string<email>
필수

전달 대상 이메일 주소

domain
string | null

전달 규칙 범위로 사용할 도메인 UUID 또는 도메인 이름

workspace_id
string<uuid> | null

전달 규칙의 Workspace UUID 범위

응답

active
boolean
필수

전달이 활성화되어 있는지 여부

created_at
string
필수

전달 규칙 생성 타임스탬프

id
string<uuid>
필수

전달 규칙 UUID

scope_id
string<uuid>
필수

전달 범위에 대한 리소스 UUID

scope_type
enum<string>
필수

전달 규칙의 리소스 범위 유형

사용 가능한 옵션:
account,
workspace,
domain
target_email
string
필수

전달 대상 이메일 주소

updated_at
string
필수

전달 규칙 최종 업데이트 타임스탬프

verification_required
boolean
필수

수신자 확인이 필요한지 여부

verification_state
enum<string>
필수

수신자 확인 상태

사용 가능한 옵션:
internal,
pending,
verified,
expired
verification_expires_at
string | null

확인 만료 타임스탬프

verification_sent_at
string | null

확인 이메일 전송 타임스탬프

verification_verified_at
string | null

확인 완료 타임스탬프