https://{TheMangoClient}/api/checkBizClass
API Limit
| Rate Limit | 3 Request(s) / 1 Second(s) |
|---|---|
| Token Usage | 1 Token(s) / 1 Request |
Response
| Name | Type | Description |
|---|---|---|
| data | Object | 응답 데이터 |
| + partnersId | String | 공식강의를 결제한 파트너스 ID |
Error Code
| Name | Description |
|---|---|
| NO CLASS | 더망고 비즈센터에서 공식강의를 결제한 내역이 확인되지 않습니다. |
API Request Sample
curl --location 'https://{TheMangoClient}/api/checkBizClass' \
--header 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXX' \
--header 'Content-Type: application/json' \