Glowb Dev Docs
SaaS APIInstagram OAuth

GET /ai/instagram/accounts

연결된 계정 목록 조회

연결된 계정 목록 조회

회원에게 연결된 Instagram 계정 목록을 조회합니다.

HTTP 요청

GET /ai/instagram/accounts

Query Parameters

파라미터타입필수설명
memberIdstring회원 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
    }
  ]
}

API 테스트

On this page