Returns organization details by ID. Returns 404 if not found.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
Query parameters
-
Whether to include only active (non-archived, non-deleted) managing child organizations
-
Whether to auto-populate the latest calendar year's salary code lines. This does an extra org re-fetch plus several payroll-specific queries, so it's opt-in -- only pass true from screens that actually display/edit salary codes (e.g. the organization payroll tab).
GET
/api-v1/organization/{id}
curl \
--request GET 'https://wyzio.app/api-v1/organization/{id}'
Response examples (200)
{}