SIM Cards

Validate SIM cards registration codes

It validates whether SIM card registration codes are valid or not.

post/sim_cards/actions/validate_registration_codes

Request body

registration_codesstring[]

Example request

{
  "registration_codes": [
    "123456780",
    "1231231230"
  ]
}

Response

Successful

Example response

{
  "data": [
    {
      "invalid_detail": "This code has already been used.",
      "record_type": "sim_card_registration_code_validation",
      "registration_code": "0123456789"
    }
  ]
}

Changes

Changed in 2 of the 61 revisions of this API.2

    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status default

      response-property-type-changed

    This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the errors/items/code response's property type/format changed from string/ to integer/int32 for status default

      response-property-type-changed

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog