메인 콘텐츠로 건너뛰기
POST
/
projects
/
{projectId}
/
messages
/
text-message
/
blockservice
/
recipients
register-080-block-recipients
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
}

Authorizations

Authorization
string
header
required

POST /authenticate로 발급받은 인증 토큰

Path Parameters

projectId
string
required

프로젝트 ID

Body

application/json
unsubscribeNo
string
required

080 수신거부번호 (최대 25자)

recipientNoList
string[]
required

수신 거부 대상자 번호 (최대 10개)

Response

성공적인 수신거부 등록입니다

success
boolean