Skip to main content
GET
/
properties
List property definitions
curl --request GET \
  --url https://api.getarbol.com/v1/properties \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": {}
  },
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.

Query Parameters

limit
integer
default:50

Max items to return (1-100)

Required range: 1 <= x <= 100
offset
integer
default:0

Items to skip

Required range: x >= 0
appliesTo
enum<string>
Available options:
CONTACT,
CONVERSATION
agentId
string

Response

Property definitions