Skip to main content
A cheap endpoint that 200s with your workspace metadata. Use it to validate an API key and workspace ID before doing real work — it’s also what Make uses to render the connection chip.

Get current workspace

Authenticated with the X-Sender-Tenant + X-API-Key headers. No parameters.

Response

tenant
object
apiVersion
string
The API version, e.g. 2026-01.
A 404 Workspace not found means the tenant reference doesn’t resolve; a 401 means the key is missing or wrong.