Phiên bản API Đồ thị

    Whats App Business Phone Number Verify Code

    Đọc

    Bạn không thể thực hiện thao tác này trên điểm cuối này.

    Tạo

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

    Bạn có thể tạo yêu cầu POST đến cạnh verify_code từ các đường dẫn sau:
    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
    }
    

    Thông số

    Thông sốMô tả
    code
    string

    code which was received using SMS or voice call

    Bắt buộc

    Kiểu trả về

    Struct {
    success: bool,
    }

    Mã lỗi

    LỗiMô tả
    136025Verify code error
    100Invalid parameter

    Cập nhật

    Bạn không thể thực hiện thao tác này trên điểm cuối này.

    Xóa

    Bạn không thể thực hiện thao tác này trên điểm cuối này.