# Organizations

The _organizations_ endpoint provides details about a business entity, 
such as an employer, or a group of people, such as a division.

The response includes the organization name and ID which can be used to
make subsequent endpoint calls related to the organization and its
employees.


## Get an organization

 - [GET /rest/organizations/{organization_id}](https://developer.dailypay.com/products/rest/reference/organizations/readorganization.md): Lookup organization by ID for a detailed view of single organization.

## List organizations

 - [GET /rest/organizations](https://developer.dailypay.com/products/rest/reference/organizations/listorganizations.md): Get organizations with an optional filter

