cURL
curl --request GET \ --url https://api.wapikit.com/api/organization/phone-numbers/{id}
{ "verified_name": "<string>", "display_phone_number": "<string>", "id": "<string>", "quality_rating": "<string>", "code_verification_status": { "status": "<string>" }, "platform_type": "<string>" }
returns a single phone number linked to the whatsapp business account
The id value of the phone number you want to get.
phone number object
The response is of type object.
object
Was this page helpful?