Skip to main content
GET
/
proxy-devices
/
sms
/
{smsId}
Get SMS by ID
curl --request GET \
  --url https://api.gologin.com/proxy-devices/sms/{smsId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "message": "<string>",
  "deviceId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "phoneNumber": "<string>",
  "receiveDate": "2023-11-07T05:31:56Z",
  "deliveredAt": "2023-11-07T05:31:56Z"
}

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