한국어
cURL
curl --request POST \ --url https://api.notifly.tech/projects/{projectId}/messages/text-message/blockservice/recipients \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "unsubscribeNo": "0800000000", "recipientNoList": [ "0100000000", "0100000001" ] }'
{ "success": true }
080 수신 거부 서비스에 수신거부 대상자를 등록합니다.
POST /authenticate로 발급받은 인증 토큰
프로젝트 ID
080 수신거부번호 (최대 25자)
수신 거부 대상자 번호 (최대 10개)
성공적인 수신거부 등록입니다