Skip to main content
GET
/
me
Current tenant context
curl --request GET \
  --url https://business.tgo-eg.com/api/v1/me \
  --header 'X-Api-Key: <api-key>'
{
  "user": {},
  "api_key": {},
  "organization": {
    "id": 123,
    "name": "<string>",
    "slug": "<string>",
    "status": "<string>",
    "primary_domain": "<string>",
    "billing_email": "jsmith@example.com",
    "email_verified": true
  },
  "subscription": {}
}

Authorizations

X-Api-Key
string
header
required

Response

Current user, API key, organization, and subscription.

user
object
api_key
object
organization
object
subscription
object