v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Porting Orders

Send the verification codes

Send the verification code for all porting phone numbers.

post/porting_orders/{id}/verification_codes/send

Path parameters

idstring uuid required

Porting Order id

Request body

phone_numbersstring[]
verification_method'sms' | 'call'

Example request

{
  "phone_numbers": [
    "+61424000001",
    "+61424000002"
  ],
  "verification_method": "sms"
}

Response

No content