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

Response

200
application/json

Success

The response is of type object.