User Tools

Site Tools


api:mvno:voicemail:pin-set

API : MVNO : Voicemail : Set pin

Introduction

This request will change the pin code for accessing voicemail on standalone mobile phones.

Request

URL https://api.telecomx.dk/mvno/voicemail/PHONENUMBER/PINCODE/pin
Method POST
Access level N/A
Param PHONENUMBER Phonenumber in e.164 format.
PINCODE Pin code for the account.
Body pin New pin code, 4-10 digits.

Body example

{
  "pin": "1234"
}

Response

JSON Object
success Boolean True on success.

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
422 pin Pin is invalid. Must be 4-10 digits
500 internal_error <Unspecified>
api/mvno/voicemail/pin-set.txt · Last modified: 2024/04/02 07:56 by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki