GET
/
projects
/
user-property-filters
curl --request GET \
  --url https://api.gleap.io/v3/projects/user-property-filters \
  --header 'Authorization: Bearer <token>' \
  --header 'project: <project>'
{
  "gleap-up-location.country": {
    "type": "<string>",
    "eventType": "<string>",
    "icon": "<string>",
    "label": "<string>"
  },
  "gleap-up-sessions": {
    "type": "<string>",
    "eventType": "<string>",
    "icon": "<string>",
    "label": "<string>"
  },
  "gleap-up-createdAt": {
    "type": "<string>",
    "eventType": "<string>",
    "icon": "<string>",
    "label": "<string>"
  },
  "gleap-up-lastHeardFrom": {
    "type": "<string>",
    "icon": "<string>",
    "eventType": "<string>",
    "label": "<string>"
  },
  "gleap-up-lastActivity": {
    "type": "<string>",
    "icon": "<string>",
    "eventType": "<string>",
    "label": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Response

200 - application/json
Ok

The response is of type object.