Skip to main content
GET
/
v1
/
contact-custom-fields
Get contact custom fields
curl --request GET \
  --url https://api.openphone.com/v1/contact-custom-fields \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "name": "<string>",
      "key": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://www.quo.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Response

Success

data
object[]
required