Skip to main content
GET
/
organizations
/
workos
Get WorkOS organizations by email domain
curl --request GET \
  --url https://nimbussuite.com/api/v1/organizations/workos \
  --header 'Authorization: Bearer <token>'
{
  "organizations": [
    {
      "id": "<string>",
      "name": "<string>",
      "domains": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

email
string<email>
required

Response

Organizations retrieved

organizations
object[]