Skip to main content
PATCH
전달 활성 상태 설정

인증

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>
필수
forwarding_id
string<uuid>
필수

본문

application/json

전달을 일시 중지하거나 재개하는 요청입니다.

active
boolean
필수

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

응답

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

확인 완료 타임스탬프