ApiTenants
Get user tenant mime
Get user tenant mime
Authorization
bearer AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://test.sweetconnect.io/api/auth/v1/tenants/mine"{
"data": {
"tenant": {
"id": "string",
"name": "string",
"activated": true,
"attributes": {}
}
},
"meta": {
"responseTime": 0
}
}{
"statusCode": 0,
"message": "string",
"error": "string"
}{
"statusCode": 0,
"message": "string",
"error": "string"
}{
"statusCode": 0,
"message": "string",
"error": "string"
}