Update Message

Allow you to modify specific details of a message.

PUT https://api.ants.tech/access/api/app-inbox/message

Request Body

NameTypeDescription

ids*

String

For example, ["48371250"]

status*

Number

For example, 1

destination_id*

Number

For example, 13005980

lookupId*

String

For example, 200

lookupType*

String

For example, customer

portalId*

String

For example, 33167

{
    "code": 200,
    "message": "Success",
    "data": {
        "status": true
    }
}

Last updated