포인트 잔액
포인트 잔액 조회
curl
1curl -X GET 'https://otranslator.com/api/v1/me' \
2--header 'Authorization: [yourSecretKey]' \
3--header 'Content-Type: application/json'
응답
매개변수 | 유형 | 설명 |
---|---|---|
balance | Number | 포인트 잔액 |
포인트 잔액 조회
1curl -X GET 'https://otranslator.com/api/v1/me' \
2--header 'Authorization: [yourSecretKey]' \
3--header 'Content-Type: application/json'
매개변수 | 유형 | 설명 |
---|---|---|
balance | Number | 포인트 잔액 |