Verifty a business phone number using its verification code. See Registering Phone Numbers for additional information about registering business phone numbers programmatically.
verify_code
のエッジにPOSTリクエストを以下のパスで送信できます: Type | Description |
---|---|
Access Tokens | User or System User |
Permissions |
POST /<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/verify_code ?code=<CODE>
curl -X POST 'https://graph.facebook.com/v21.0
/110200345501442/verify_code?code=123830' \
-H 'Authorization: Bearer EAAJB...'
{ "success": true }
パラメーター | 説明 |
---|---|
code string | code which was received using SMS or voice call 必須 |
success
: bool, エラー | 詳細 |
---|---|
136025 | Verify code error |
100 | Invalid parameter |