Organizations
Organization information
This endpoint lets you retrieve all the detail about a specific organization. You need to have READ access to this organization.
get/org/{org_id}
Path parameters
org_idinteger required
Unique ID of the organization to which the resource belongs. Only PROVIDER users can access resources from a different organization than their own. If you are not a PROVIDER, this will default to the ID of your organization.
Response
OK
Example response
{
"org_id": 42,
"name": "Fast Retailer",
"alias": "fast_retailer",
"provider": "partoo",
"features": [
"business_edition",
"diffusion",
"review_management",
"review_invite",
"messages"
],
"org_features": [
"business_edition",
"diffusion",
"review_management",
"review_invite",
"messages",
"review_ai_suggestion"
],
"last_org_api_call": "05-11-2021",
"max_businesses": 100
}