GET
/
unified
/
crm
/
{entity}
/
_count
curl --request GET \
  --url https://api.openint.dev/v0/unified/crm/{entity}/_count \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>'
{
  "count": 123
}

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Path Parameters

entity
string
required

Response

200
application/json
Successful response
count
number
required