Skip to content

キャンペーンへの顧客登録状況の詳細を取得

GET
/campaign-customers/{campaignCustomerId}

Authorizations

bearerAuth

テナントに発行された個人アクセストークン(Laravel Sanctum)を
Authorization: Bearer {token} ヘッダーで送信してください。

Type
HTTP (bearer)

Responses

登録状況の詳細

application/json
JSON
{
  
"id": "string",
  
"campaignId": "string",
  
"customerId": "string",
  
"status": "string",
  
"subscribedAt": "string",
  
"unsubscribedAt": "string",
  
"unsubscribedReason": "string",
  
"createdAt": "string",
  
"updatedAt": "string"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

Maline テナント向けヘルプ