Skip to main content
GET
Get SMS by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

smsId
string
required

SMS ID

Response

200 - application/json

SMS retrieved successfully

id
string
required

Unique identifier of the SMS

message
string
required

SMS message content

deviceId
string
required

Proxy device ID

createdAt
string<date-time>
required

Date when the SMS was created

updatedAt
string<date-time>
required

Date when the SMS was last updated

phoneNumber
string

Phone number that received the SMS

receiveDate
string<date-time>

Date when the SMS was received

deliveredAt
string<date-time>

Date when SMS was delivered