AimableDocs
DocsAPI Reference
GET/v1/tenants/lookup

Lookup Tenants By Email

Public, 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.

Query Parameters

NameTypeRequiredDescription
emailstringRequired

Request

curl -X GET '/api-proxy/v1/tenants/lookup' \
  -H 'Authorization: Bearer <YOUR_TOKEN>'

Response

200

No response body documented

Error Responses