This request will validate credentials for accessing voicemail for standalone mobile phones.
| URL | https://api.telecomx.dk/mvno/voicemail/PHONENUMBER/PINCODE/pin | ||
|---|---|---|---|
| Method | GET | ||
| Access level | N/A | ||
| Param | PHONENUMBER | Phonenumber in e.164 format. | |
| PINCODE | Pincode for the account. | ||
https://api.telecomx.dk/mvno/voicemail/+4597919998/1234
| JSON Object | ||
|---|---|---|
| success | Boolean | True if credentials are valid. |
{ "success": true }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Not found |
| 404 | pin | 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> |