PoliscopePoliscope
APIReferenzFocusregions

/focusregions/counts

GET
/focusregions/counts

Return the number of new search results per focusregion for the authenticated user. Counts are based on each focusregion's saved query and the user's last visit timestamp.

AuthorizationBearer <token>

API key as Bearer token

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://api.poliscope.de/v2/focusregions/counts"
{
  "data": {
    "property1": 0,
    "property2": 0
  },
  "meta": {}
}
{
  "error": "BAD_REQUEST",
  "message": "string"
}
{
  "error": "BAD_REQUEST",
  "message": "string"
}