Organization
Retrieves a Organization resource.
Retrieves a Organization resource.
get/organizations/{id}
Path parameters
idstring required
Resource identifier
Response
Organization resource
Example response
{
"id": "quickbooks-726",
"integration": "quickbooks",
"name": "Bobs Sandwiches",
"legalName": "Bobs Sandwiches",
"primaryPhone": "4165769834",
"email": "bobs.sandwiches@gmail.com",
"addressLine1": "23 berkly street",
"addressLine2": "45 portland road",
"city": "Toronto",
"country": "Canada",
"postalCode": "H7F5R3",
"startDate": "2021-06-25T20:39:32+00:00",
"created": "2021-06-25T20:39:32+00:00",
"modified": "2021-09-16T20:39:32+00:00",
"OrganisationType": "charity",
"employeeCount": 75,
"website": "bobssandwiches.com",
"annualRevenue": "45000000000",
"description": "Best burgers in the world",
"industry": "hospitality",
"locationCount": 4,
"industryCode": "441221"
}