curl --request GET \
--url https://api.openworklabs.com/v1/me/orgs{
"orgs": [
{
"id": "<string>",
"isActive": true
}
],
"activeOrgId": "<string>",
"activeOrgSlug": "<string>"
}Lists the organizations visible to the current user and marks which organization is currently active.
curl --request GET \
--url https://api.openworklabs.com/v1/me/orgs{
"orgs": [
{
"id": "<string>",
"isActive": true
}
],
"activeOrgId": "<string>",
"activeOrgSlug": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://openworklabs.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Current user organizations returned successfully.
Was this page helpful?