Phiên bản API Đồ thị

    Whats App Business Phone Number Request 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

    Request a business phone number verification code.

    Upon success, the API will respond with true and a verification code will be sent to the business phone number, using the delivery method and language specified in the request. 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 request_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>/request_code
      ?code_method=<CODE_DELIVERY_METHOD>
      &language=<LANGUAGE>

    Example Request

    curl -X POST 'https://graph.facebook.com/v21.0/110200345501442/request_code?code_method=SMS&language=en_US' \
    -H 'Authorization: Bearer EAAJB...'
    

    Example Response

    {
      "success": true
    }
    

    Thông số

    Thông sốMô tả
    code_method
    enum {SMS, VOICE}

    Desired code delivery method.

    Bắt buộc
    language
    locale string

    Language and locale code indicating the language in which the code should be sent. For example, en_US.

    See Supported Langauges.

    Bắt buộc

    Kiểu trả về

    Struct {
    success: bool,
    }

    Mã lỗi

    LỗiMô tả
    136024Request code error
    100Invalid parameter
    200Permissions error

    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.