GET
/
personas
/
{persona_id}
/
sms
[
  {
    "body": "<string>",
    "sms_id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "sender": "<string>"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

persona_id
string
required

Query Parameters

limit
integer
default:10

Maximum number of emails

Required range: 1 <= x <= 100
timedelta
string | null

Maximum time since email reception

only_unread
boolean
default:false

Whether to only return unread messages

Response

200
application/json

Successful Response

The response is of type SMSResponse ยท object[].