Skip to content

Get Current Tenant Information



GET /api/v1/tenant/resolve

Overview

Get the workspace information of the current token (or switch token)

Parameter Details

Request Example

curl 'https://openapi.truewatch.com/api/v1/tenant/resolve' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed 

Response

{
    "expiresAt": "",
    "tenantId": "wksp_84c4a0044edc4f878ea88e4517659bda",
    "userId": "acnt_c2dcce3d40bf4419a6102205bbdda8c3",
    "token": ""
}