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": [
    {
      "record_type": "sim_card_registration_code_validation",
      "invalid_detail": "This code has already been used."
    }
  ]
}

Changes

Changed in 3 of the 99 revisions of this API.3

    • ▲

      the // response's property type changed from string to integer, and format from no format to int32 for status

      response-property-type-changed

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

    • ▲

      the // response's property type changed from integer to string, and format from int32 to no format for status

      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 // response's property type changed from string to integer, and format from no format to int32 for status

      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

Of the 99 revisions, 1 has no diff computed.