SaaS APICollab 이벤트 API
GET /ai/collab/{campaignNo}/detail
캠페인 상세 조회
캠페인 상세 조회
캠페인의 모든 필드를 포함한 상세 정보를 조회합니다.
| 항목 | 값 |
|---|---|
| 메서드 | GET |
| 경로 | /ai/collab/\{campaignNo\}/detail |
| 인증 | 불필요 |
요청
GET /ai/collab/123/detail HTTP/1.1
Host: api.glowb.comcurl "https://api.glowb.com/ai/collab/123/detail"const response = await fetch(`/ai/collab/${campaignNo}/detail`);
const campaign = await response.json();Path Parameters
Prop
Type
응답
성공 응답 (200 OK)
{
"status": 200,
"code": null,
"message": "캠페인 상세 조회 완료",
"data": {
"no": 123,
"title": "여름 뷰티 캠페인",
"description": "신제품 리뷰 캠페인입니다.",
"thumbnail": "https://...",
"productImages": ["https://...", "https://..."],
"platform": "INSTAGRAM",
"category": "BEAUTY",
"status": "RECRUITING",
"recruitCount": 10,
"applicationCount": 5,
"startDate": "2024-07-01",
"endDate": "2024-07-31",
"businessInfo": {
"name": "기업명",
"profileImage": "https://..."
}
}
}Response 스키마
Prop
Type