Get phone number
documentedRetrieve information about a specific phone number as used by the Cloud API.
GET /v{version}/{phone-number-id}Phone Numbersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://graph.facebook.com/{{Version}}/{{$phone_number_id}}?fields=verified_name,display_phone_number,quality_rating,code_verification_status" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
--compressed \
# References: WhatsApp Cloud API Get Phone Number By ID (Graph API). See https://developers.facebook.com/docs/whatsapp/cloud-api/reference/phone-numbers and related Cloud API docs for details on fields and authentication.