# Companies

## Overview of your company details

<mark style="color:blue;">`GET`</mark> `https://cronly.app/api/companies`

#### Headers

| Name                                            | Type   | Description         |
| ----------------------------------------------- | ------ | ------------------- |
| Authorization<mark style="color:red;">\*</mark> | String | Bearer: `API token` |

{% tabs %}
{% tab title="200 Your company details" %}

```json
{
    "id": 1,
    "name": "Robin Martijn's Company",
    "timezone": "UTC",
    "ongoing_mails": true,
    "stripe_id": "cus_LmhqyQWUTvwA1g",
    "card_brand": "visa",
    "card_last_four": "4242",
    "card_expiration": "12/2034",
    "extra_billing_information": null,
    "trial_ends_at": null,
    "billing_address": null,
    "billing_address_line_2": null,
    "billing_city": null,
    "billing_state": null,
    "billing_postal_code": null,
    "vat_id": null,
    "receipt_emails": [],
    "billing_country": "NL",
    "slack_bot_user_id": null,
    "slack_bot_access_token": null,
    "zapier_key": "iREl82aMUKiSBYEdIXtdECj24Gq8gFjG",
    "deleted_at": null,
    "created_at": "2022-05-30T13:14:13.000000Z",
    "updated_at": "2022-05-31T19:40:40.000000Z"
}
```

{% endtab %}
{% endtabs %}
