Skip to main content
GET
/
tenants
/
{userId}
Get tenant by user ID
curl --request GET \
  --url https://test.didxtech.com/me-wallet/api/tenants/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "userId": "<string>",
  "rootAgentName": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

Response

Tenant found

id
string
required
userId
string
required
rootAgentName
string
required