Glowb Dev Docs
Legacy APIMCN API

POST /mcn/login

MCN 로그인

MCN 로그인

MCN 계정으로 로그인합니다.

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

HTTP 요청

POST /mcn/login
Content-Type: application/x-www-form-urlencoded

Request Parameters

파라미터타입필수설명
idstringMCN 계정 ID
passwordstring비밀번호

응답

성공 응답 (200 OK)

{
  "id": "mcn123",
  "name": "MCN Company",
  "accessToken": "eyJhbGciOiJIUzI1NiIs...",
  "refreshToken": "dGhpcyBpcyBhIHJlZnJl..."
}

Response 스키마

필드타입설명
idstringMCN 계정 ID
namestringMCN 회사명
accessTokenstringJWT 액세스 토큰
refreshTokenstring리프레시 토큰

API 테스트

On this page