https://{TheMangoClient}/api/checkTheMango

API Limit

Rate Limit 1 Request(s) / 2 Second(s)
Token Usage 0 Token(s) / 1 Request

Request

Name Required Type Description
 memberId String
해당 더망고 서버의 관리자 ID

Response

Name Type Description
 data String
응답 데이터
    + memberId String
해당 더망고 서버의 관리자 ID

Error Code

Name Description
 NO MEMBERS 존재하지 않은 회원입니다.

API Request Sample

curl --location 'https://{TheMangoClient}/api/checkTheMango' \
--header 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXX' \
--header 'Content-Type: application/json' \
--data '{
    "memberId": ""
}'