GET
/orgs/me
curl \
--request GET 'https://open.api.missionx.ai/v2/orgs/me' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"_id": "string",
"createdBy": "string",
"createdAt": "2025-05-04T09:42:00Z",
"updatedAt": "2025-05-04T09:42:00Z",
"title": "string",
"departments": [
{
"_id": "string",
"customId": "string",
"title": "string",
"description": "string"
}
],
"offices": [
{
"_id": "string",
"customId": "string",
"title": "string",
"description": "string",
"address": "string",
"country": "string"
}
],
"currency": "EUR",
"roles": [
{
"_id": "string",
"customId": "string",
"title": "string",
"cost": 42.0,
"costRateTime": "Monthly",
"billRate": 42.0,
"billRateTime": "Hourly"
}
],
"timesheetCodes": [
{
"_id": "string",
"id": "string",
"description": "string",
"isProjectLevel": true,
"code": "string",
"isArchived": true,
"nonBillable": true,
"parentId": "string"
}
]
}