[API 도메인]
Develop
https://dev-api.metaflyer.co.kr
Production
https://api.metaflyer.co.kr
[Header]
Name | Type | Description |
---|---|---|
apiKey | String | 별도 요청 |
[Content-Type]
application/json;charset=UTF-8
[Common Response]
{ "time": String, "result": String, "resultMessage": String, "locale": String }
Name | Type | Required | Description |
---|---|---|---|
time | String | true | Response Time |
result | String | true | Response Code |
resultMessage | String | true | Response Message |
locale | String | true | API Locale |
SMS
[URL]
POST /api/message/sendSMS.v1.0
[Request Body]
{ "content": String, "sendDate": String, "sender": String, "receivers": [ { "phoneNumber": String }, { "phoneNumber": String } ] }
Name | Type | Required | Description |
---|---|---|---|
content | String | true | 메시지 내용
|
sendDate | String | false | 발송시간
|
sender | String | true | 발신자 번호
|
receivers | Array | true | 수신자 정보 |
| String | true | 수신자 번호
|
[Response]
{ "time": String, "result": String, "resultMessage": String, "locale": String, "item": { "messageInfo": String } }
Name | Type | Required | Description |
---|---|---|---|
item | Object | true | |
| String | true | 발신 요청 정보 ID |
LMS
[URL]
POST /api/message/sendLMS.v1.0
[Request Body]
{ "subject": String, "content": String, "sendDate": String, "sender": String, "receivers": [ { "phoneNumber": String }, { "phoneNumber": String } ] }
Name | Type | Required | Description |
---|---|---|---|
subject | String | false | 메시지 제목 |
content | String | true | 메시지 내용
|
sendDate | String | false | 발송시간
|
sender | String | true | 발신자 번호
|
receivers | Array | true | 수신자 정보 |
| String | true | 수신자 번호
|
[Response]
{ "time": String, "result": String, "resultMessage": String, "locale": String, "item": { "messageInfo": String } }
Name | Type | Required | Description |
---|---|---|---|
item | Object | true | |
| String | true | 발신 요청 정보 ID |
MMS
[URL]
POST /api/message/sendMMS.v1.0
[Request Body]
{ "subject": String, "content": String, "sendDate": String, "sender": String, "receivers": [ { "phoneNumber": String }, { "phoneNumber": String } ], "image": { "type": String, "name": String, "body": String } }
Name | Type | Required | Description |
---|---|---|---|
subject | String | false | 메시지 제목 |
content | String | true | 메시지 내용
|
sendDate | String | false | 발송시간
|
sender | String | true | 발신자 번호
|
receivers | Array | true | 수신자 정보 |
| String | true | 수신자 번호
|
image | Object | false | 이미지 |
| String | true | MIME Type
|
| String | true | File Name |
| String | true | File Body
ex) |
[Response]
{ "time": String, "result": String, "resultMessage": String, "locale": String, "item": { "messageInfo": String } }
Name | Type | Required | Description |
---|---|---|---|
item | Object | true | |
| String | true | 발신 요청 정보 ID |