This lets you search among the businesses you have READ access to. You can use several filters. The response is paginated (30 results per page).
Documentation Index
Fetch the complete documentation index at: https://developers.partoo.co/llms.txt
Use this file to discover all available pages before exploring further.
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.
Parameter to fuzzy search businesses on city, zipcode and name
Filter by business ids. Use a comma-separated list to provide multiple ids.
"a1c9f37b4deca92f83b61d02,9f4e2a8c0d73b154e621bc97,c73b15e9fa42d60b3a8c21ef"
Filter by business code. Use a comma-separated list to provide multiple codes.
"code1,code2,code3"
Filter by organization ID. Only PROVIDER users can use this filter. If you are not a PROVIDER, this will default to the ID of your organization.
Filter by groups, using the access logic with the and/or depending on the groups sections
Filter by country - ISO 3166 alpha2 code (i.e. “FR” for France)
Filter by name
Defines the current status of the business.
Open indicates the business is up and running.Closed means that the business has definitely closed.Opening Soon indicates the business is open with an opening date set in the future.Temporarily closed means that the business is temporarily closed.⚠️ To get all businesses with the status open, regardless of whether the opening_date has passed yet or not, submit both the open and opening_soon options in the filter: status=open,opening_soon.
open, closed, opening_soon, closed_temporarily "open"
Filter by zipcode
Filter by city
Filter by code
Filter by modified attribute (modified >= modified_gte)
Filter businesses that have all the features provided, separated by commas.
diffusion, feedback_management, messages, posts, review_invite, review_management "diffusion,review_management"
Filter businesses that do not have all the features provided, separated by commas.
diffusion, feedback_management, messages, posts, review_invite, review_management "diffusion,review_management"
Filter by current subscription to review_management.
true, only businesses subscribed to review_management will be included.false, only businesses not subscribed to review_management will be included.Equivalent to using features__in=review_management.
Filter by current subscription to presence_management.
true, only businesses subscribed to presence_management will be included.false, only businesses not subscribed to presence_management will be included.Equivalent to using features__in=diffusion.
Filter by current subscription to review_booster.
true, only businesses subscribed to review_booster will be included.false, only businesses not subscribed to review_booster will be included.Equivalent to using features__in=review_invite.
Filter by current subscription to messages.
true, only businesses subscribed to messages will be included.false, only businesses not subscribed to messages will be included.Equivalent to using features__in=messages.
Filter by completion_rate attribute (completion_rate >= completion_rate__gte)
0 <= x <= 100Filter by completion_rate attribute (completion_rate <= completion_rate__lte)
0 <= x <= 100Filter by completion_rate attribute. You can separate the values by a comma, as done in the example.
low, mid, high "low,mid"
true, include only businesses having promotional offers.false, include only businesses not having any promotional offer.true, only businesses currently linked to a Google location will be included.false, only businesses not linked to any Google location will be included.true, only businesses currently linked to a Facebook location will be included.false, only businesses not linked to any Facebook location will be included.Page number.
Starts at 1. Any value lower than 1 will be considered as 1.
For the number of items per page, see the per_page query parameter.
Number of items to return per page. Currently limited to 100.
1 <= x <= 100Order result by given attribute.
Reverse order can as well be obtained by using a - (minus sign) before the attribute name, e.g. order_by=-name
id, name, code, created, modified, country, city, zipcode, completion_rate, -id, -name, -code, -created, -modified, -country, -city, -zipcode, -completion_rate