Cronly
  • 🆘FAQ
  • Setup guides
    • 💵Subscription
    • 👤Your account
    • 🏢Employees
    • 📁Projects
    • 🔥Triggers
    • 🔔Events
    • 🪝Webhooks
  • Service guides
    • ▶️Managed jobs
    • ⏱️Job monitors
    • 🔐SSL certificates
  • API
    • How to use the API
    • Companies
    • Notifications
    • Job monitors
    • Projects
    • SSL certificates
    • Users
    • Servers
    • Back-ups
  • SDKs
    • PHP
    • JavaScript
  • Integrations
    • Wordpress WP-Cron
Powered by GitBook
On this page
  1. API

Companies

Overview of your company details

GET https://cronly.app/api/companies

Headers

Name
Type
Description

Authorization*

String

Bearer: API token

{
    "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"
}
PreviousHow to use the APINextNotifications

Last updated 1 year ago