Graph API Version

Page Page Whatsapp Number Verification

Reading

You can't perform this operation on this endpoint.

Creating

You can't perform this operation on this endpoint.

Updating

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

Parameters

ParameterDescription
verification_code
string

The verification code which was sent to the WhatsApp number.

whatsapp_number
string

The WhatsApp number to be verified.

Required

Return Type

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

Error Codes

ErrorDescription
200Permissions error
100Invalid parameter
190Invalid OAuth 2.0 Access Token

Deleting

You can't perform this operation on this endpoint.