Latest stories

migrate

  • Inputs
{
    "phone_number": "destination phone number: example: +18885559977"
}

  • Errors
{
    "enter_new_phone_number": "input phone number is the same as login phone number",
    "must_login": "user must be login",
    "phone_number": [
        {
            "null value not allowed": "invalid phone number"
        }
    ],
    "this_phone_number_already_registered": "input phone number belongs to another user"
}

  • Extra Description
Migrate user's profile to destination phone number and receive a text message containing a phone code on that phone number in order to authenticate the migration

  • Sample
  • Url:
https://api.pantel.me/a/migrate?phone_number=+1**********
  • Output:
                                {
    "status": "success",
    "time": 1526892708.649146
}