@akamai/openapi-ts
    Preparing search index...

    Type Alias PostProfilePhoneNumberVerifyData

    type PostProfilePhoneNumberVerifyData = {
        body?: { otp_code: string };
        path?: never;
        query?: never;
        url: "profile/phone-number/verify";
    }
    Index

    Properties

    Properties

    body?: { otp_code: string }

    Enter a phone verification code for confirmation.

    Type Declaration

    path?: never
    query?: never
    url: "profile/phone-number/verify"