Legacy APIMCN API
GET /mcn/search/influence
소속 인플루언서 조회
소속 인플루언서 조회
MCN에 소속된 인플루언서 목록을 조회합니다.
Deprecated: 이 API는 레거시입니다.
HTTP 요청
GET /mcn/search/influence
Authorization: Bearer {access_token}응답
성공 응답 (200 OK)
[
{
"id": "inf001",
"nickname": "크리에이터1",
"platform": "INSTAGRAM",
"followers": 50000,
"profileImage": "https://example.com/profile.jpg"
}
]