SMS details
<Info icon="fa-light fa-lock" className="permission-callout">
<div className="permission-callout__header"><span className="permission-callout__title"><span className="permission-callout__label">Required permissions</span> <span className="fern-docs-badge small blue subtle rounded-full permission-callout__beta">Beta</span></span> <span className="permission-callout__learn-more">[Learn more](/developers/api-guidelines/permissions#how-permissions-work)</span></div>
`Endpoint.Sms` + `Get`
<div className="permission-callout__roles"><span className="permission-callout__roles-label">Roles:</span> <Badge intent="info">Administrator</Badge> <Badge intent="info">User</Badge> <Badge intent="info">Observer</Badge></div>
</Info>
Returns details about an Endpoint SMS by SMS ID.
A description of the SMS statuses is as follows:
- `1`: Delivery attempt pending
- `2`: In progress
- `3`: Buffered
- `4`: Delivered
- `5`: Failed
- `6`: Expired
- `7`: Canceled
Authentication
AuthorizationBearer
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Path parameters
endpoint_id
Numeric ID of an endpoint
sms_id
The numeric ID of an SMS
Response
This endpoint returns an object.
submit_date
delivery_date
expiry_date
final_date
retry_date
last_delivery_attempt
retry_count
gsm_map_error
dcs
pid
source_address
endpoint
sim_id
iccid
msisdn
imsi
msc
udh
payload
id
status
sms_type
source_address_type
Errors
403
Forbidden Error