← Back to API Reference

GET /contact-properties/{id}

Retrieve Contact Property

Compatibility endpoint to retrieve contact property data.

Request (cURL)

curl -X GET "http://localhost:8080/v1/contact-properties/id_123" \
  -H "Authorization: Bearer <API_KEY>"

Response Example

{
  "id": "id_123",
  "object": "contact-property"
}