api:mvno:voicemail:action
Table of Contents
API : MVNO : Voicemail : Action
Introduction
This request will perform an action on a voicemail on a standalone mobile phone.
Request
| URL | https://api.telecomx.dk/mvno/voicemail/PHONENUMBER/PINCODE/ID | ||
|---|---|---|---|
| Method | GET | ||
| Access level | N/A | ||
| Param | PHONENUMBER | Phonenumber in e.164 format. | |
| PINCODE | Pin code for the account. | ||
| ID | Id of the voicemail. | ||
| Query | action | Action to perform: OLD - mark as played, SAVE - move to saved messages folder. |
|
Query example
https://api.telecomx.dk/mvno/voicemail/+4571919998/1234/12345678901234567890ABCD?action=OLD
Response
| JSON Object | ||
|---|---|---|
| success | Boolean | True on success. |
Example
{ "success": true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 404 | pin | Not found |
| 404 | id | Voicemail not found |
| 403 | number | Voicemail not enabled for this number |
| 403 | pin | Login via pin disabled due to multiple failed logins |
| 422 | pin | Pin code is invalid |
| 500 | internal_error | <Unspecified> |
api/mvno/voicemail/action.txt · Last modified: 2024/04/02 08:47 by Per Møller