Skip to content

キャンペーン詳細を取得

GET
/campaigns/{campaignId}

Authorizations

bearerAuth

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

Type
HTTP (bearer)

Responses

キャンペーン詳細

application/json
JSON
{
  
"id": "string",
  
"tenantId": "string",
  
"type": "string",
  
"status": "string",
  
"code": "string",
  
"name": "string",
  
"smsSenderId": "string",
  
"senderId": "string",
  
"createdAt": "string",
  
"updatedAt": "string",
  
"deletedAt": "string"
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

Maline テナント向けヘルプ