v1

latestOpenAPI 3.1.02026-08-062951103.4 KB
properties

List properties

get/properties

Query parameters

entity'subscriber' | 'subscription'

Entity type to return properties for

cursorstring

Pagination cursor to retrieve

limitinteger

Limit of properties to return

Response

OK

next_cursorstring nullable

Example response

{
  "data": [
    {
      "id": "prop_jrtpyZs1httwFFIl7V80cHwf",
      "key": "number_of_contacts",
      "name": "Number of contacts",
      "type": "number",
      "format": "number"
    }
  ],
  "next_cursor": "null"
}