グラフAPIバージョン

    Whats App Business Phone Number Verify Code

    読み取り

    このエンドポイントではこの操作を実行できません。

    作成

    Verifty a business phone number using its verification code. See Registering Phone Numbers for additional information about registering business phone numbers programmatically.

    verify_codeのエッジにPOSTリクエストを以下のパスで送信できます:
    When posting to this edge, no Graph object will be created.

    Requirements

    TypeDescription

    Access Tokens

    User or System User

    Permissions

    whatsapp_business_management

    Request Syntax

    POST /<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/verify_code
      ?code=<CODE>

    Example Request

    curl -X POST 'https://graph.facebook.com/v21.0/110200345501442/verify_code?code=123830' \
    -H 'Authorization: Bearer EAAJB...'
    

    Example Response

    {
      "success": true
    }
    

    パラメーター

    パラメーター説明
    code
    string

    code which was received using SMS or voice call

    必須

    戻り値の型

    Struct {
    success: bool,
    }

    エラーコード

    エラー詳細
    136025Verify code error
    100Invalid parameter

    更新中…

    このエンドポイントではこの操作を実行できません。

    削除中です

    このエンドポイントではこの操作を実行できません。