Versão Graph API

Page Page Whatsapp Number Verification

Leitura

Não é possível executar esta operação neste ponto de extremidade.

Criando

Não é possível executar esta operação neste ponto de extremidade.

Atualizando

You can update a Page by making a POST request to /{page_id}/page_whatsapp_number_verification.

Parâmetros

ParâmetroDescrição
verification_code
string

The verification code which was sent to the WhatsApp number.

whatsapp_number
string

The WhatsApp number to be verified.

Obrigatório

Return Type

Struct {
error_message: string,
verification_status: enum,
whatsapp_number_type: int32,
whatsapp_display_number: string,
}

Error Codes

ErroDescrição
200Permissions error
368The action attempted has been deemed abusive or is otherwise disallowed
283That action requires the extended permission pages_read_engagement and/or pages_read_user_content and/or pages_manage_ads and/or pages_manage_metadata
100Invalid parameter

Excluindo

Não é possível executar esta operação neste ponto de extremidade.