curl --request GET \
--url https://api.openworklabs.com/v1/org{
"organization": {
"owner": {
"memberId": "<string>",
"userId": "<string>",
"name": "<string>",
"email": "jsmith@example.com",
"image": "<string>"
}
},
"currentMember": {},
"currentMemberTeams": [
{}
]
}Returns the active organization from the current session, including its owner, the current member record, and their team memberships.
curl --request GET \
--url https://api.openworklabs.com/v1/org{
"organization": {
"owner": {
"memberId": "<string>",
"userId": "<string>",
"name": "<string>",
"email": "jsmith@example.com",
"image": "<string>"
}
},
"currentMember": {},
"currentMemberTeams": [
{}
]
}Was this page helpful?