SaaS APIInstagram OAuth
GET /ai/instagram/accounts
연결된 계정 목록 조회
연결된 계정 목록 조회
회원에게 연결된 Instagram 계정 목록을 조회합니다.
HTTP 요청
GET /ai/instagram/accountsQuery Parameters
| 파라미터 | 타입 | 필수 | 설명 |
|---|---|---|---|
memberId | string | 예 | 회원 ID |
응답
성공 응답 (200 OK)
{
"status": 200,
"code": null,
"message": "연결된 계정 조회 완료",
"data": [
{
"accountId": 1,
"platform": 1,
"platformUserId": "17841400000000000",
"username": "my_instagram_account",
"name": "My Instagram",
"profilePictureUrl": "https://scontent.cdninstagram.com/...",
"followersCount": 15000,
"connectionStatus": "CONNECTED",
"priceTier": "B",
"price": 150000
}
]
}