Skip to main content
PATCH
JavaScript

인증

Authorization
string
header
필수

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

경로 매개변수

customer_id
string
필수

Customer Id

본문

application/json
email
string | null
metadata
null | Metadata · object

Additional metadata for the customer

name
string | null
phone_number
string | null

응답

business_id
string
필수
created_at
string<date-time>
필수
customer_id
string
필수
email
string
필수
name
string
필수
blocked_at
string<date-time> | null

When the merchant blocked this customer. The dashboard shows the "Blocked" badge and the unblock action from it. The list route leaves it empty; only the single-customer route resolves it.

blocklist_entry_id
string | null

Blocklist entry behind blocked_at, so the dashboard can link to it.

metadata
Metadata · object

Additional metadata for the customer

phone_number
string | null
마지막 수정일 2026년 5월 28일