Skip to main content

Verify the verification code for a list of phone numbers

POST 
/porting_orders/:id/verification_codes/verify

Verifies the verification code for a list of phone numbers.

Request

Path Parameters

    id uuidrequired

    Porting Order id

Body

required

A list of phone numbers and their verification codes

    verification_codes

    object[]

    Possible values: <= 100

  • Array [

  • phone_number string
    code string
  • ]

Responses

200: Successful response

401: Unauthorized

404: Resource not found

422: Unprocessable entity. Check message field in response for details.

Loading...