Retrieve a list of available place action links.
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.
Preferred language for place action links. If no language is provided, the user's default language will be used. If the user's default language is unavailable, the country's primary language will be used. Available language in the application
fr, en, es, it, pt-br, de, ar, nl, pl, cs, ca, sk, pt, lv, ro, bg, hu "fr"
OK
List of available Place Action Links
[
{
"gmb_id": "APPOINTMENT",
"name": "Appointment links"
},
{
"gmb_id": "DINING_RESERVATION",
"name": "Reservations links"
},
{
"gmb_id": "FOOD_DELIVERY",
"name": "Food delivery links"
},
{
"gmb_id": "FOOD_ORDERING",
"name": "Food ordering links"
},
{
"gmb_id": "FOOD_TAKEOUT",
"name": "Food takeout links"
},
{
"gmb_id": "ONLINE_APPOINTMENT",
"name": "Online appointment links"
},
{
"gmb_id": "SHOP_ONLINE",
"name": "Shop Online links"
}
]