Skip to main content
GET
/
services
/
suggestions
List Google Services
curl --request GET \
  --url https://api.partoo.co/v2/services/suggestions \
  --header 'x-APIKey: <api-key>'
{
  "services_suggestions": [
    {
      "service_id": 1,
      "type": "STRUCTURED_SERVICE_ITEM",
      "name": "Salle d'escalade",
      "category_id": 42,
      "category_gmb_name": "gcid:climbing_gym"
    }
  ]
}

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.

Query Parameters

business__in
string[]

Filter by business ids

Business id

Response

OK

services_suggestions
object[]