Get Received Smses
Authorization
ApiKey ApiKey<token>
API Key needed to access the endpoints. Example: "ApiKey: {key}"
In: header
Query Parameters
lineNumber?string
lastMessageId?integer
Format
int64total?integer
Default
100Format
int32Response Body
curl -X GET "https://gateway.dicex.me/api/v1/Sms/GetReceivedSmses"{
"isSuccess": true,
"message": "string",
"value": {
"items": [
{
"id": 0,
"message": "string",
"sender": "string",
"lineNumber": "string",
"receiveDate": "2019-08-24T14:15:22Z"
}
]
}
}