Sign in

Get phone number

documented

Retrieve information about a specific phone number as used by the Cloud API.

GET /v{version}/{phone-number-id}Phone Numbersno implementation yet0 runs
No 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.
Get phone number · WhatsApp · OpenIntegrations