# Get org **GET /orgs/me** Get your organization. ## Servers - https://open.api.missionx.ai/v2: https://open.api.missionx.ai/v2 () ## Authentication methods - O auth2 ## Parameters ### Query parameters - **select** (array[string]) One or more properties to be included in the response, instead of the full payload. E.g. `select=clients,departments` ## Responses ### 200 Successful response #### Body: application/json (object) - **_id** (string(ObjectId)) The unique document ID. - **createdBy** (string(ObjectId)) The creator's unique document ID. - **createdAt** (string(date-time)) The date the document was created in ISOString format. See [.toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString). - **updatedAt** (string(date-time)) The date the document was last updated in ISOString format. See [.toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString). - **title** (string) The title of your organization. - **departments** (array[object]) - **offices** (array[object]) - **currency** (string(currency)) The organization's default currency in [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format. E.g. EUR, CAD, USD, etc. - **roles** (array[object]) A list of roles, that can also be used as a template when creating a project role. - **timesheetCodes** (array[object]) The organization's list of timesheet codes. - **leaveCodes** (array[object]) The organization's list of leave codes. [Powered by Bump.sh](https://bump.sh)