Glowb Dev Docs
Legacy APIMCN API

GET /mcn/myPage

MCN 계정 정보 조회

MCN 계정 정보 조회

MCN 계정의 마이페이지 정보를 조회합니다.

Deprecated: 이 API는 레거시입니다.

HTTP 요청

GET /mcn/myPage
Authorization: Bearer {access_token}

응답

성공 응답 (200 OK)

{
  "id": "mcn123",
  "name": "MCN Company",
  "email": "mcn@example.com",
  "phone": "010-1234-5678",
  "profileImage": "https://example.com/mcn-logo.jpg"
}

API 테스트

On this page