GET
/
v1
/
contact-custom-fields
curl --request GET \
  --url https://api.openphone.com/v1/contact-custom-fields
{
  "data": [
    {
      "name": "Inbound Lead",
      "key": "inbound-lead",
      "type": "boolean"
    }
  ]
}

Response

200
application/json
Success
data
object[]
required

Was this page helpful?