Skip to main content

Get Message Status

Get the delivery result of a message by messageRequestId.

GET /api/v1/merchant/message/{messageRequestId}

Path params

ParamDescription
messageRequestIdThe id returned by Send Message

Success 200

{
"code": "OK",
"message": "Success",
"requestId": "req_...",
"data": {
"messageRequestId": "2072...014",
"category": "OTP",
"status": "SENT"
}
}
FieldDescription
statusQUEUED / SENT / FAILED
categoryNOTIFICATION / OTP

Common errors

codeHTTPDescription
MESSAGE_NOT_FOUND404Message not found

Example

curl https://loma-dev.acorners.com/api/v1/merchant/message/2072000000000000014 \
-H "X-Api-Key: lk_xxxx" -H "X-Api-Secret: xxxx"