Skip to main content
GET
/
business
/
connections_stats
Statistics for your connected businesses
curl --request GET \
  --url https://api.partoo.co/v2/business/connections_stats \
  --header 'x-APIKey: <api-key>'
{
  "count": 123,
  "linked_to_gmb_count": 123,
  "linked_to_facebook_count": 123,
  "linked_to_tripadvisor_count": 123,
  "linked_to_instagram_count": 123
}

Authorizations

x-APIKey
string
header
required

The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.

Response

OK

count
integer

Total number of businesses.

linked_to_gmb_count
integer

Number of businesses linked to Google.

linked_to_facebook_count
integer

Number of businesses linked to Facebook.

linked_to_tripadvisor_count
integer

Number of businesses linked to Tripadvisor.

linked_to_instagram_count
integer

Number of businesses linked to Instagram.