Skip to main content
GET
/
api
/
Clients
/
{clientId}
/
Competitors
/
Count
Get the count of a client's competitors.
curl --request GET \
  --url https://api.example.com/api/Clients/{clientId}/Competitors/Count
{
  "value": 123
}

Path Parameters

clientId
integer<int32>
required

Response

200 - application/json

OK

value
integer<int32>