Skip to content

メッセージ詳細を取得

GET
/messages/{messageId}

Authorizations

bearerAuth

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

Type
HTTP (bearer)

Responses

メッセージ詳細

application/json
JSON
{
  
"id": "string",
  
"tenantId": "string",
  
"campaignId": "string",
  
"method": "string",
  
"type": "string",
  
"status": "string",
  
"subject": "string",
  
"bodyText": "string",
  
"bodyHtml": "string",
  
"senderId": "string",
  
"domainId": "string",
  
"lineChannelId": "string",
  
"sendTiming": "string",
  
"sendsAt": "string",
  
"urlTrackingEnabled": true,
  
"isPromotional": true,
  
"createdAt": "string",
  
"updatedAt": "string",
  
"deletedAt": "string"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

Maline テナント向けヘルプ