Introduction to Business Organizations Management
¶ Overview
Organization management provides a set of APIs for easy onboarding and management of organizations.
¶ API
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/organizations | Create an organization |
| GET | /v1/organizations/{organization_id} | Get information about an organization |
| DELETE | /v1/organizations/{organization_id} | Delete an organization |
| GET | /v1/organizations/{organization_id}/programs | Get active programs within the organization based on filters passed |