JWT(토큰) 발급
Endpoint
[POST] API URL 정보
Auth Description
Request
Header
Field Name | Type | Required | Description |
---|---|---|---|
Authorization | String | Y | 인증관리 페이지에서 발급 받은 고유키. |
Body
None
Example
REST API Sample
Response (Json)
Parameter
Field Name | Type | Description |
---|---|---|
code | String | 성공, 실패여부 |
resultCode | Int | 결과코드 |
results | String | JWT(토큰) |
massage | String | API 통신 결과 message |