# Get organization invoicing context by ID **GET /api-v1/organization/{id}/invoicing-context** Returns only what's needed to initialize a new sales invoice, purchase invoice, or order for this organization: bank accounts and invoice settings. Use this instead of the full GET /organization/{id} when that's all the caller needs -- it skips the rest of the organization graph (departments, offices, templates, salary codes, payslips, etc.). ## Servers - Generated server url: https://wyzio.app (Generated server url) ## Parameters ### Headers - **WEAL-TOKEN** () API token (can be retrieved from account settings) - **TARGET-ORGANIZATION-ID** () ID of organization, for which the operation must be performed ### Path parameters - **id** (integer(int64)) ## Responses ### 200 OK #### Body: application/json (object) object ### 400 400 Bad Request ### 401 401 Unauthorized ### 403 403 Access Denied ### 404 404 Not Found ### 500 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)