Skip to main content
POST
/
proxy-devices
/
{deviceId}
/
sms
Create SMS for proxy device
curl --request POST \
  --url https://api.gologin.com/proxy-devices/{deviceId}/sms \
  --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

deviceId
string
required

Response

201 - application/json

SMS created 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