Skip to main content
GET
/
properties
/
contacts
/
{key}
Get contact property
curl --request GET \
  --url https://api.telli.com/v2/properties/contacts/{key} \
  --header 'Authorization: Bearer <token>'
{
  "type": "<unknown>",
  "key": "<string>",
  "dataType": "string",
  "source": "system",
  "label": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "options": [
    {
      "value": "<string>",
      "label": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Use your telli API key as the bearer token.

Path Parameters

key
string
required
Required string length: 1 - 64

Response

OK

type
any
required
key
string
required
Required string length: 1 - 64
dataType
enum<string>
required
Available options:
string,
number,
boolean,
date,
datetime,
select,
multi_select,
phone_number,
email
source
enum<string>
required
Available options:
system,
user,
integration
label
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
description
string
options
object[]

Only applicable for select and multi_select data types