diff --git a/pages/openAPI/exposure/social-posting.mdx b/pages/openAPI/exposure/social-posting.mdx index 359d2f7..5f22c3a 100644 --- a/pages/openAPI/exposure/social-posting.mdx +++ b/pages/openAPI/exposure/social-posting.mdx @@ -54,6 +54,7 @@ curl -X GET https://app-api.commerceos.ai/open/v1/exposures/social-posting?start | `region` | string | Yes | 게시물이 작성된 지역입니다. 예: `N.Am`. | | `country` | string | Yes | 게시물이 작성된 국가입니다. | | `name` | string | Yes | 계정 이름입니다. 예: `t-mobile`. | +| `followerCount` | long | Yes | 계정의 follower 수 입니다. | | `content` | string | Yes | 게시물의 본문 내용입니다. | | `hashtag` | array | Yes | 게시물에 포함된 해시태그의 배열입니다. | | `brand` | string | Yes | 게시물에서 언급된 브랜드 이름입니다. (해당하지 않을 경우 `other`) |