v1

latestOpenAPI 3.0.02026-08-06151101754.7 KB
My

Returns your company information

get/my/company

Response

Company

Example response

{
  "data": {
    "id": 1,
    "name": "Craftboxx GmbH",
    "addon": "Second floor",
    "logo_id": 1,
    "logo_for_dark_id": 1,
    "street": "Musterstraße 1",
    "zip": "12345",
    "city": "Berlin",
    "province": "Berlin",
    "country": "Germany",
    "lat": 52.52,
    "lng": 13.4,
    "timezone": "Europe/Berlin",
    "email": "info@craftboxx.de",
    "phone": "+49123456789",
    "website": "https://craftboxx.de",
    "first_line": "Craftboxx GmbH",
    "icon": "fas fa-building",
    "color": "#000000",
    "contrast_color": "WHITE",
    "custom_number": "123",
    "locale": "de_DE",
    "type": "PAYING",
    "plan_name": "PRO",
    "next_plan_name": "PRO",
    "vat_number": "DE123456789",
    "tax_number": "12/345/67890",
    "trade_register_number": "HRB 123456",
    "executive_director": "Max Mustermann",
    "jurisdiction": "Berlin",
    "info": "Premium customer",
    "promo_code": "WELCOME2024",
    "days_until_expiration": 30
  }
}