api:mvno:voicemail:pin
Table of Contents
API : MVNO : Voicemail : Pin
Introduction
This request will validate credentials for accessing voicemail for standalone mobile phones.
Request
| 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. | ||
Query example
https://api.telecomx.dk/mvno/voicemail/+4597919998/1234
Response
| JSON Object | ||
|---|---|---|
| success | Boolean | True if credentials are valid. |
Example
{ "success": true }
Errors
| 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> |
api/mvno/voicemail/pin.txt · Last modified: 2024/04/02 07:56 by Per Møller