Versione API Graph

    Whats App Business Phone Number Verify Code

    Lettura

    Non puoi eseguire questa operazione in questo endpoint.

    Creazione

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

    You can make a POST request to verify_code edge from the following paths:
    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
    }
    

    Parametri

    ParametroDescrizione
    code
    string

    code which was received using SMS or voice call

    Obbligatorio

    Tipo di ricavo

    Struct {
    success: bool,
    }

    Error Codes

    ErroreDescrizione
    136025Verify code error
    100Invalid parameter

    Aggiornamento

    Non puoi eseguire questa operazione in questo endpoint.

    Eliminazione

    Non puoi eseguire questa operazione in questo endpoint.