get https://api.widsign.com/v2/service/credit
잔여 발송건수를 조회합니다.
RESPONSE EXAMPLE
{
// 서비스계정 번호
"svc_owner_id": 543213,
// 잔여 전송건수
"remain_credit": 235,
// 잔여 API 전송건수
"remain_api_credit": 19
}
잔여 발송건수를 조회합니다.
RESPONSE EXAMPLE
{
// 서비스계정 번호
"svc_owner_id": 543213,
// 잔여 전송건수
"remain_credit": 235,
// 잔여 API 전송건수
"remain_api_credit": 19
}
Try It!
to start a request and see the response here!