Properties

List enriched properties for the current user

GET
/v1/properties/enrichments

Authorization

x-api-key<token>

In: header

Query Parameters

limit?integer

Maximum number of items to return (default 25)

Range1 <= value <= 100
cursor?string

Pagination cursor from a previous response

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/properties/enrichments"
{
  "cursor": "string",
  "data": [
    {
      "enrichedAt": "string",
      "personCount": 0,
      "propertyId": "string",
      "source": "string"
    }
  ]
}
{
  "error": "string"
}