/v1/tenants/lookupPublic, unauthenticated lookup: given an email, return the workspace(s) the user can sign in to. Returns an empty array for unknown emails so the endpoint cannot be used to enumerate registered users.
| Name | Type | Required | Description |
|---|---|---|---|
email | string | Required |
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X GET '/api/v1/tenants/lookup' \
-H 'X-API-Key: ak.<key_id>.<secret>'No response body documented
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X GET '/api/v1/tenants/lookup' \
-H 'X-API-Key: ak.<key_id>.<secret>'No response body documented