SMS details
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
Returns details about an Endpoint SMS by SMS ID.
A description of the SMS statuses is as follows:
1: Delivery attempt pending2: In progress3: Buffered4: Delivered5: Failed6: Expired7: CanceledAn auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.