수신 도메인 저장
Endpoint
[POST] API URL 정보
Introduce
Request (Json)
Header
Field Name | Type | Required | Description |
---|---|---|---|
Content-Type | Text | Y | application/json |
HT-Client-Id | Text | Y | 고객센터에서 발급 받은 key |
HT-Client-Secret | Text | Y | 고객센터에서 발급 받은 token |
Path Parameter
Field Name | Type | Required | Description |
---|---|---|---|
sender_key | Text | Y | 발신프로필 키 |
Body
Field Name | Type (Length) | Required | Description |
---|---|---|---|
domain | Text | Y | 고객사 수신 도메인 URL |
Example
REST API Sample
Response (Json)
Parameter
Field Name | Type | Description |
---|---|---|
code | Text | 결과 코드 (200: 정상) |
message | Text | 처리 실패 시 결과 메시지 (실패 시만 반환) |