GET
/
organization
/
phone-numbers
/
{id}
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>"
}

Path Parameters

id
string
required

The id value of the phone number you want to get.

Response

200
application/json

phone number object

The response is of type object.