Skip to main content
GET
/
me
{
  "name": "<string>",
  "status": "active"
}

Authorizations

Authorization
string
header
required

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

Response

OK

name
string
required
status
enum<string>
required

Enumerates the possible statuses of a tenant.

Available options:
active,
suspended