$data = [
"data" =>
[
"type" => "profile",
"attributes" => [
"email" => "ajay.makwana+8554@gmail.com",
"first_name" => "Ajaymak",
"phone_number" => "+14168902222"
]
]
];
This is the phone number I’m trying to enter and latest API version 2022-10-17. But Still kit show me an error. Please help with me that.
{
"errors": r
{
"id": "06b72c92-4b68-4680-b3cb-456f499468da",
"status": 400,
"code": "invalid",
"title": "Invalid input.",
"detail": "Invalid or unsupported phone number",
"source": {
"pointer": "/data/attributes/phone_number"
},
"meta": {
}
}
]
}