그래프 API 버전

    Whats App Business Phone Number Request Code

    읽기

    이 엔드포인트에서 수행할 수 없는 작업입니다.

    만들기

    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.

    다음 경로에서 request_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>/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
    }
    

    매개변수

    매개변수설명
    code_method
    enum {SMS, VOICE}

    Desired code delivery method.

    필수
    language
    locale string

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

    See Supported Langauges.

    필수

    반환 유형

    Struct {
    success: bool,
    }

    오류 코드

    오류설명
    136024Request code error
    100Invalid parameter
    200Permissions error

    업데이트 중

    이 엔드포인트에서 수행할 수 없는 작업입니다.

    삭제 중

    이 엔드포인트에서 수행할 수 없는 작업입니다.