Organization
Retrieves the collection of Organization resources.
Retrieves the collection of Organization resources.
get/organizations
Query parameters
pageinteger
The collection page number
itemsPerPageinteger
The number of items per page
Response
Organization collection
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"
}
]