Zum Hauptinhalt springen
GET
/
v2
/
properties
/
contacts
List contact properties
curl --request GET \
  --url https://api.telli.com/v2/properties/contacts \
  --header 'Authorization: Bearer <token>'
{
  "type": "<unknown>",
  "data": [
    {
      "type": "<unknown>",
      "key": "<string>",
      "label": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "options": [
        {
          "value": "<string>",
          "label": "<string>",
          "description": "<string>"
        }
      ]
    }
  ]
}

Documentation Index

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

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

Autorisierungen

Authorization
string
header
erforderlich

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

Antwort

OK

type
any
erforderlich
data
object[]
erforderlich