GET
/api/v1/organizationsList organizations
Returns every organization the calling key has access to. For most keys this is a single org.
curl https://api.mercury.build/api/v1/organizations \
-H "X-API-Key: $PROTON_API_KEY"Example response
{
"organizations": [
{
"org_id": "5b2a1c9e-...",
"org_name": "Acme Robotics",
"team_count": 1,
"human_count": 1,
"is_personal": false
}
]
}